Skip to content

Commit

Permalink
Fix custom pool for fpm configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Aug 3, 2024
1 parent a1f9f31 commit 42a2a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/php_fpm/tasks/pool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
group: root
notify: Restart php-fpm
vars:
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 }}"
active_php_fpm_listen: "{{ php_fpm_base + '-' + pool.pool + '.sock' if pool.pool is defined and pool.pool != 'www' else php_fpm_listen }}"

0 comments on commit 42a2a7b

Please sign in to comment.