From 61514e5f521b3602ab0d7c182a9a20087f0f5d25 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Thu, 1 Feb 2018 13:19:23 -0500 Subject: [PATCH] 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 --- cli/stubs/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/stubs/nginx.conf b/cli/stubs/nginx.conf index ed22ec8..82e69d0 100644 --- a/cli/stubs/nginx.conf +++ b/cli/stubs/nginx.conf @@ -18,6 +18,7 @@ http { gzip_min_length 256; gzip_proxied any; gzip_vary on; + ssi on; gzip_types application/atom+xml