Needed in this location actually

This commit is contained in:
William Miceli
2019-12-03 05:44:18 -05:00
parent 029971608a
commit a71ea11075

View File

@@ -17,5 +17,6 @@ server {
location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/run/php/php7.2-fpm.sock;
ssi on;
}
}