浏览代码

unset HTTP_PROXY header

Marco Fretz 8 年之前
父节点
当前提交
3404c4c651
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      templates/vhost/fastcgi_params.erb

+ 3 - 0
templates/vhost/fastcgi_params.erb

@@ -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          "";