Revision 2039a3c1
Added by Renato Botelho about 9 years ago
src/etc/inc/system.inc | ||
---|---|---|
1345 | 1345 |
fastcgi_pass unix:{$g['varrun_path']}/php-fpm.socket; |
1346 | 1346 |
fastcgi_index index.php; |
1347 | 1347 |
fastcgi_param SCRIPT_FILENAME \$document_root\$fastcgi_script_name; |
1348 |
# Fix httpoxy - https://httpoxy.org/#fix-now |
|
1349 |
fastcgi_param HTTP_PROXY ""; |
|
1348 | 1350 |
fastcgi_read_timeout 180; |
1349 | 1351 |
include /usr/local/etc/nginx/fastcgi_params; |
1350 | 1352 |
} |
Also available in: Unified diff
Set HTTP_PROXY to empty as recommended at https://httpoxy.org/#fix-now