Skip to content

Commit

Permalink
* Include PR#11 from @kkomelin about CGI var vuln.
Browse files Browse the repository at this point in the history
  • Loading branch information
António P. P. Almeida committed Jul 21, 2016
1 parent ba5ca3f commit a7e8dad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fastcgi_params
Expand Up @@ -30,3 +30,6 @@ fastcgi_param REDIRECT_STATUS 200;
fastcgi_param HTTPS $fastcgi_https if_not_empty;
## For Nginx versions below 1.1.11 uncomment the line below after commenting out the above.
#fastcgi_param HTTPS $fastcgi_https;

## Fix HTTPoxy vulnerability https://httpoxy.org/#mitigate-nginx.
fastcgi_param HTTP_PROXY '';

0 comments on commit a7e8dad

Please sign in to comment.