mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 16:40:05 +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_proxied any;
|
||||
gzip_vary on;
|
||||
ssi on;
|
||||
|
||||
gzip_types
|
||||
application/atom+xml
|
||||
|
||||
Reference in New Issue
Block a user