remove version from php pool name
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
- name: configure php-fpm pool 2
|
||||
template:
|
||||
src: www.conf
|
||||
dest: /etc/opt/remi/php{{ php_version }}/php-fpm.d/{{ php_poolname }}_{{ php_version }}.conf
|
||||
dest: /etc/opt/remi/php{{ php_version }}/php-fpm.d/{{ php_poolname }}.conf
|
||||
notify: restart php-fpm
|
||||
|
||||
- name: start and enable service
|
||||
|
||||
Reference in New Issue
Block a user