Disable gzip compression.
This commit is contained in:
parent
b078631eb5
commit
3fbbb97ebb
|
@ -51,6 +51,9 @@ server {
|
||||||
fastcgi_param REDIRECT_STATUS 200;
|
fastcgi_param REDIRECT_STATUS 200;
|
||||||
fastcgi_param SCRIPT_FILENAME \$document_root\$fastcgi_script_name;
|
fastcgi_param SCRIPT_FILENAME \$document_root\$fastcgi_script_name;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gzip off;
|
||||||
|
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
ln -s /etc/nginx/sites-available/sandstorm-php /etc/nginx/sites-enabled/sandstorm-php
|
ln -s /etc/nginx/sites-available/sandstorm-php /etc/nginx/sites-enabled/sandstorm-php
|
||||||
|
|
Loading…
Reference in New Issue