1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-07 09:10:03 +01:00

Add ssi on; to the default config

Defaulting to having `ssi on;` in the `http` block will allow those of us doing Nginx Server Side Includes to use Valet in local development.

A longer explanation of SSI, why we want it, and the impact is here: https://github.com/laravel/valet/issues/513

Signed-off-by: Andrew Welch <andrew@nystudio107.com>
This commit is contained in:
Andrew Welch
2018-02-01 13:19:23 -05:00
parent 4c243d7d71
commit 61514e5f52

View File

@@ -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