1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-06 08:40:09 +01:00

Merge pull request #898 from drbyte/patch-1

Update nginx.conf - keep gzip directives together
This commit is contained in:
Matt Stauffer
2020-01-16 14:47:18 -05:00
committed by GitHub

View File

@@ -16,14 +16,13 @@ http {
server_names_hash_bucket_size 128;
ssi on;
gzip on;
gzip_comp_level 5;
gzip_min_length 256;
gzip_proxied any;
gzip_vary on;
ssi on;
gzip_types
application/atom+xml
application/javascript