mirror of
https://github.com/laravel/valet.git
synced 2026-02-06 08:40:09 +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:
@@ -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