Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba5ca3f commit a7e8dadCopy full SHA for a7e8dad
fastcgi_params
@@ -30,3 +30,6 @@ fastcgi_param REDIRECT_STATUS 200;
30
fastcgi_param HTTPS $fastcgi_https if_not_empty;
31
## For Nginx versions below 1.1.11 uncomment the line below after commenting out the above.
32
#fastcgi_param HTTPS $fastcgi_https;
33
+
34
+## Fix HTTPoxy vulnerability https://httpoxy.org/#mitigate-nginx.
35
+fastcgi_param HTTP_PROXY '';
0 commit comments