mirror of
https://github.com/laravel/valet.git
synced 2026-02-06 00:40:06 +01:00
Merge pull request #898 from drbyte/patch-1
Update nginx.conf - keep gzip directives together
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user