From 6d6b2dc495e24d74d085809806d5f017f8d534f0 Mon Sep 17 00:00:00 2001 From: alxndrsn Date: Fri, 20 Sep 2024 04:35:23 +0000 Subject: [PATCH] remove another instance --- files/nginx/odk.conf.template | 5 ----- 1 file changed, 5 deletions(-) diff --git a/files/nginx/odk.conf.template b/files/nginx/odk.conf.template index 60766c7b..681cc4de 100644 --- a/files/nginx/odk.conf.template +++ b/files/nginx/odk.conf.template @@ -96,11 +96,6 @@ server { include /usr/share/odk/nginx/common-headers.conf; add_header Cache-Control no-cache; } - - # transparently follow 307 redirects - # See: https://serverfault.com/a/792035 - proxy_intercept_errors on; - error_page 307 = @transparent_proxy_no_auth; } location /csp-report {