Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 57fa598

Browse files
author
António P. P. Almeida
committedJul 21, 2016
* Fix #251 with PR from @kkomelin.
1 parent ba5ca3f commit 57fa598

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎fastcgi_params

+3
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)