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

@@ -55,7 +55,7 @@ location ~ ^\/(?:index|remote|public|cron|core\/ajax\/update|status|ocs\/v[12]|u
fastcgi_param HTTPS on;
fastcgi_param modHeadersAvailable true;
fastcgi_param front_controller_active true;
fastcgi_pass unix:/var/run/php/phpPHPver-fpm.sock;
fastcgi_pass unix:/var/run/php/phpPHPver-fpm-SITEname.sock;
fastcgi_intercept_errors on;
fastcgi_request_buffering off;
}