소스 검색

unset HTTP_PROXY header

Marco Fretz 7 년 전
부모
커밋
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          "";