role is functionnal, we can create more pools

This commit is contained in:
2021-10-18 21:27:58 +02:00
parent ddb3a9c856
commit 7572c99edc
6 changed files with 49 additions and 26 deletions

View File

@@ -1,3 +0,0 @@
<FilesMatch \.php$>
SetHandler proxy:fcgi://{{ php_fpm_listen_url }}
</FilesMatch>

View File

@@ -1,4 +1,4 @@
[www{{php_version}}]
[{{ php_poolname}}_{{ php_version }}]
user = {{ php_fpm_pool_user }}
group = {{ php_fpm_pool_group }}
listen = {{ php_fpm_listen_url }}