From 35833b75b5f1035a06feeeec72e9e9df05dc517b Mon Sep 17 00:00:00 2001 From: bprieshof Date: Wed, 24 Apr 2019 10:08:21 +0200 Subject: [PATCH] Update 'Extra_Domains/NGINX_Domain.sh' --- Extra_Domains/NGINX_Domain.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extra_Domains/NGINX_Domain.sh b/Extra_Domains/NGINX_Domain.sh index 46ae8da..8e37ba6 100644 --- a/Extra_Domains/NGINX_Domain.sh +++ b/Extra_Domains/NGINX_Domain.sh @@ -57,7 +57,7 @@ server { location ~ \.php\$ { 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_valid 200 302 301 1m; #fastcgi_cache_valid 404 1m;