summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-07-18 15:40:55 -0300
committerRenato Botelho <renato@netgate.com>2016-07-18 15:40:55 -0300
commit2039a3c1e12138bc9f9e7adf2fbae4bc7b4b7603 (patch)
tree53c0b305be139890df8b5b5ac93a500bafa45ac5
parentd29bdf014ac7439e17973755178eb48c384f6030 (diff)
downloadpfsense-2039a3c1e12138bc9f9e7adf2fbae4bc7b4b7603.zip
pfsense-2039a3c1e12138bc9f9e7adf2fbae4bc7b4b7603.tar.gz
Set HTTP_PROXY to empty as recommended at https://httpoxy.org/#fix-now
-rw-r--r--src/etc/inc/system.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/etc/inc/system.inc b/src/etc/inc/system.inc
index 8cca6fb..b985daa 100644
--- a/src/etc/inc/system.inc
+++ b/src/etc/inc/system.inc
@@ -1345,6 +1345,8 @@ EOD;
fastcgi_pass unix:{$g['varrun_path']}/php-fpm.socket;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME \$document_root\$fastcgi_script_name;
+ # Fix httpoxy - https://httpoxy.org/#fix-now
+ fastcgi_param HTTP_PROXY "";
fastcgi_read_timeout 180;
include /usr/local/etc/nginx/fastcgi_params;
}
OpenPOWER on IntegriCloud