Update 'Extra_Domains/NGINX_Domain.sh'

This commit is contained in:
bprieshof
2019-04-24 10:08:21 +02:00
parent ec573a0394
commit 35833b75b5

View File

@@ -57,7 +57,7 @@ server {
location ~ \.php\$ { location ~ \.php\$ {
include snippets/fastcgi-php.conf; include snippets/fastcgi-php.conf;
fastcgi_pass unix:/var/run/php/php7.2-fpm.sock; fastcgi_pass unix:/var/run/php/php$phpver-fpm.sock;
#fastcgi_cache MYAPP; #fastcgi_cache MYAPP;
#fastcgi_cache_valid 200 302 301 1m; #fastcgi_cache_valid 200 302 301 1m;
#fastcgi_cache_valid 404 1m; #fastcgi_cache_valid 404 1m;