Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a7e8dad

Browse files
author
António P. P. Almeida
committed
* Include PR#11 from @kkomelin about CGI var vuln.
1 parent ba5ca3f commit a7e8dad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

fastcgi_params

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ fastcgi_param REDIRECT_STATUS 200;
3030
fastcgi_param HTTPS $fastcgi_https if_not_empty;
3131
## For Nginx versions below 1.1.11 uncomment the line below after commenting out the above.
3232
#fastcgi_param HTTPS $fastcgi_https;
33+
34+
## Fix HTTPoxy vulnerability https://httpoxy.org/#mitigate-nginx.
35+
fastcgi_param HTTP_PROXY '';

0 commit comments

Comments
 (0)