unset HTTP_PROXY header

This commit is contained in:
Marco Fretz 2016-07-22 09:17:41 +02:00
parent e54f4dcaa2
commit 3404c4c651

View file

@ -25,3 +25,6 @@ fastcgi_param HTTPS $https;
# PHP only, required if PHP was built with --enable-force-cgi-redirect
fastcgi_param REDIRECT_STATUS 200;
# Mitigate httpoxy, see https://httpoxy.org/#fix-now
fastcgi_param HTTP_PROXY "";