Skip to content

Commit 42a2a7b

Browse files
Fix custom pool for fpm configuration
1 parent a1f9f31 commit 42a2a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/php_fpm/tasks/pool.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
group: root
2727
notify: Restart php-fpm
2828
vars:
29-
active_php_fpm_listen: "{{ php_fpm_base + '-' + pool.pool + '.sock' if instance is defined and pool.pool is defined and pool.pool != 'www' else php_fpm_listen }}"
29+
active_php_fpm_listen: "{{ php_fpm_base + '-' + pool.pool + '.sock' if pool.pool is defined and pool.pool != 'www' else php_fpm_listen }}"

0 commit comments

Comments
 (0)