mirror of
https://github.com/laravel/valet.git
synced 2026-02-06 16:50:09 +01:00
Merge pull request #517 from nystudio107/ssi-on-by-default
Add `ssi on;` to the default config
This commit is contained in:
@@ -18,6 +18,7 @@ http {
|
|||||||
gzip_min_length 256;
|
gzip_min_length 256;
|
||||||
gzip_proxied any;
|
gzip_proxied any;
|
||||||
gzip_vary on;
|
gzip_vary on;
|
||||||
|
ssi on;
|
||||||
|
|
||||||
gzip_types
|
gzip_types
|
||||||
application/atom+xml
|
application/atom+xml
|
||||||
|
|||||||
Reference in New Issue
Block a user