From 393a0e5590f0984459898bb294280da5a4ffdc07 Mon Sep 17 00:00:00 2001 From: Orka Arnest CRUZE Date: Thu, 18 Jul 2024 14:07:07 +0200 Subject: [PATCH] port_in_redirect off; --- .docker/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docker/nginx.conf b/.docker/nginx.conf index fc14d01..e9d8888 100644 --- a/.docker/nginx.conf +++ b/.docker/nginx.conf @@ -28,6 +28,7 @@ http { resolver 127.0.0.11; autoindex off; absolute_redirect off; + port_in_redirect off; server_name _; server_tokens off; @@ -39,7 +40,6 @@ http { # Serve static files location /documentation { - proxy_redirect off; alias /usr/share/nginx/html; index index.html index.htm; try_files $uri $uri/ /404.html;