ci: docker_tag=dev-test chore(nginx): ajoute /routes (liste auto des fragments)
This commit is contained in:
parent
57d47815f9
commit
aa73d5d0bf
@ -50,6 +50,8 @@ server {
|
|||||||
include $NGINX_CONF_DIR/route_lecoffre_hmr.conf;
|
include $NGINX_CONF_DIR/route_lecoffre_hmr.conf;
|
||||||
include $NGINX_CONF_DIR/route_next_assets.conf;
|
include $NGINX_CONF_DIR/route_next_assets.conf;
|
||||||
|
|
||||||
|
include $NGINX_CONF_DIR/route_routes.conf;
|
||||||
|
|
||||||
# ihm_client (root) - DOIT être en dernier
|
# ihm_client (root) - DOIT être en dernier
|
||||||
|
|
||||||
include $NGINX_CONF_DIR/route_ihm_client.conf;
|
include $NGINX_CONF_DIR/route_ihm_client.conf;
|
||||||
|
6
storage/dev/nginx/route_routes.conf
Normal file
6
storage/dev/nginx/route_routes.conf
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
location /routes {
|
||||||
|
default_type text/plain;
|
||||||
|
alias /home/debian/4NK_vault/storage/dev/nginx/routes.txt;
|
||||||
|
add_header Cache-Control "no-store" always;
|
||||||
|
try_files /home/debian/4NK_vault/storage/dev/nginx/routes.txt =404;
|
||||||
|
}
|
14
storage/dev/nginx/routes.txt
Normal file
14
storage/dev/nginx/routes.txt
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# Routes disponibles (extraites automatiquement)
|
||||||
|
$URL_ROUTE_BLINDBIT/ (route_blindbit.conf)
|
||||||
|
= (route_favicon.conf)
|
||||||
|
$URL_ROUTE_GRAFAN/ (route_grafana.conf)
|
||||||
|
$URL_ROUTE_IHM_CLIENT (route_ihm_client.conf)
|
||||||
|
^~ (route_lecoffre.conf)
|
||||||
|
^~ (route_lecoffre_hmr.conf)
|
||||||
|
= (route_lecoffre_redirect.conf)
|
||||||
|
/loki/ (route_loki.conf)
|
||||||
|
^~ (route_next_assets.conf)
|
||||||
|
$URL_ROUTE_STATUS_API/ (route_status.conf)
|
||||||
|
$URL_ROUTE_STATUS (route_status_api.conf)
|
||||||
|
$URL_ROUTE_STATUS (route_status_redirect.conf)
|
||||||
|
/ws/ (route_ws.conf)
|
Loading…
x
Reference in New Issue
Block a user