Added Custom php pools to all available CMS's

This commit is contained in:
2020-07-17 15:52:34 +02:00
parent d246815e90
commit a3be7f3e18
13 changed files with 105 additions and 33 deletions

View File

@@ -16,7 +16,7 @@
location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/var/run/php/phpPHPver-fpm.sock;
fastcgi_pass unix:/var/run/php/phpPHPver-fpm-SITEname.sock;
}
location ~ /\.ht {