From 19383ebc299ce5f37c9506071b59895d5ea83ebf Mon Sep 17 00:00:00 2001 From: maxlath Date: Thu, 27 Feb 2025 20:24:21 +0100 Subject: [PATCH] nginx: removing obsolete comment relative to aliases http://nginx.org/en/docs/http/ngx_http_core_module.html#alias which aren't used in this config --- nginx/templates/default.conf.template | 2 -- 1 file changed, 2 deletions(-) diff --git a/nginx/templates/default.conf.template b/nginx/templates/default.conf.template index 3212299..ecffb76 100755 --- a/nginx/templates/default.conf.template +++ b/nginx/templates/default.conf.template @@ -91,8 +91,6 @@ server { } } - # following aliases made in order to respect the url structure - # the server alone would follow: especially, mounting /static on /public root /opt/inventaire/client; location /public/ { include /etc/nginx/snippets/security_headers.conf;