diff --git a/proxy_pass/forwarded.conf b/proxy_pass/forwarded.conf index 2153609..9e0b6ce 100644 --- a/proxy_pass/forwarded.conf +++ b/proxy_pass/forwarded.conf @@ -6,4 +6,6 @@ proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header Destination $http_destination; proxy_set_header X-Forwarded-Server $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; -proxy_set_header X-NginX-Proxy true; \ No newline at end of file +proxy_set_header X-NginX-Proxy true; + +proxy_redirect off; \ No newline at end of file