Skip to content

Commit ce64410

Browse files
author
António P. P. Almeida
committed
* Fix #251 with PR provided by @kkomelin.
1 parent e5f3e4d commit ce64410

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: fastcgi_params

+3
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ fastcgi_param REDIRECT_STATUS 200;
3030
fastcgi_param HTTPS $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 $https;
33+
34+
## Fix HTTPoxy vulnerability https://httpoxy.org/#mitigate-nginx.
35+
fastcgi_param HTTP_PROXY '';

0 commit comments

Comments
 (0)