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
This commit is contained in:
maxlath
2025-02-27 20:24:21 +01:00
parent e5a71bd9ea
commit 19383ebc29

View File

@@ -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;