Escape some quotes in environment.sh

pull/38/head
Juha Jantunen 2017-03-01 15:07:51 +02:00
parent 569e3a3b5e
commit 9bfa5ff963
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ block="
include fastcgi_params; include fastcgi_params;
fastcgi_param SCRIPT_FILENAME \$document_root\$fastcgi_script_name; fastcgi_param SCRIPT_FILENAME \$document_root\$fastcgi_script_name;
fastcgi_param LARA_ENV local; # Environment variable for Laravel fastcgi_param LARA_ENV local; # Environment variable for Laravel
fastcgi_param HTTP_PROXY ""; # Fix for https://httpoxy.org/ vulnerability fastcgi_param HTTP_PROXY \"\"; # Fix for https://httpoxy.org/ vulnerability
fastcgi_param HTTPS off; fastcgi_param HTTPS off;
} }
@ -82,7 +82,7 @@ block="
text/plain \ text/plain \
text/xml; text/xml;
gzip_buffers 16 8k; gzip_buffers 16 8k;
gzip_disable "MSIE [1-6]\.(?!.*SV1)"; gzip_disable \"MSIE [1-6]\.(?!.*SV1)\";
} }
" "