From a71ea11075252891f79059039c7657a0d0babcc7 Mon Sep 17 00:00:00 2001 From: William Miceli Date: Tue, 3 Dec 2019 05:44:18 -0500 Subject: [PATCH] Needed in this location actually --- etc/nginx/conf.d/cs4430.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/nginx/conf.d/cs4430.conf b/etc/nginx/conf.d/cs4430.conf index ae24338..1b6411d 100644 --- a/etc/nginx/conf.d/cs4430.conf +++ b/etc/nginx/conf.d/cs4430.conf @@ -17,5 +17,6 @@ server { location ~ \.php$ { include snippets/fastcgi-php.conf; fastcgi_pass unix:/run/php/php7.2-fpm.sock; + ssi on; } }