mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2025-01-24 21:41:21 +01:00
Fix php_fpm_listen variable.
This commit is contained in:
parent
b28843abce
commit
d8f221e093
@ -12,7 +12,7 @@
|
||||
state: present
|
||||
with_items:
|
||||
- regexp: "^listen.?=.+$"
|
||||
line: "listen = 127.0.0.1:9000"
|
||||
line: "listen = {{ php_fpm_listen }}"
|
||||
- regexp: '^listen\.allowed_clients.?=.+$'
|
||||
line: "listen.allowed_clients = {{ php_fpm_listen_allowed_clients }}"
|
||||
- regexp: '^pm\.max_children.?=.+$'
|
||||
|
Loading…
Reference in New Issue
Block a user