potentially fix pool name

This commit is contained in:
2024-09-03 09:58:22 +02:00
parent c8f375eebd
commit 55bfe10b00

View File

@@ -1,4 +1,4 @@
[{{ php_pool_name }}_{{ php_version }}]
[{{ php_pool_name }}]
user = {{ php_fpm_pool_user }}
group = {{ php_fpm_pool_group }}
listen = {{ php_fpm_listen_socket }}