1
0
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:
Matt Stauffer
2018-09-18 16:22:40 -04:00
committed by GitHub

View File

@@ -18,6 +18,7 @@ http {
gzip_min_length 256;
gzip_proxied any;
gzip_vary on;
ssi on;
gzip_types
application/atom+xml