remove version from php pool name

This commit is contained in:
2024-02-13 14:28:40 +01:00
parent a450453093
commit 5277c6a2da
4 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
---
# defaults file for php-fpm
php_poolname: www
php_version: 81
php_version: 82
php_poolname: "www_{{ php_version }}"
php_fpm_pool_user: apache
php_fpm_pool_group: apache
php_fpm_listen_url: 127.0.0.1:90{{ php_version }}