From 2465bbdf23d6e881e4c10b0e946e4bf1ed045b6f Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 7 Jul 2024 22:08:09 +0200 Subject: [PATCH] updated nginx state --- states/nginx/templates/nginx.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/states/nginx/templates/nginx.conf.j2 b/states/nginx/templates/nginx.conf.j2 index e74d4d8..9e12aae 100644 --- a/states/nginx/templates/nginx.conf.j2 +++ b/states/nginx/templates/nginx.conf.j2 @@ -64,6 +64,7 @@ http { sendfile on; keepalive_timeout 60; server_tokens off; + port_in_redirect off; proxy_intercept_errors on; fastcgi_intercept_errors on;