Sending HUP to nginx too after changing jails
... because fastcgi_pass and resolver don't play together
This commit is contained in:
parent
8950fcdbb8
commit
cdaf49e7e3
1 changed files with 1 additions and 1 deletions
|
@ -21,5 +21,5 @@
|
||||||
|
|
||||||
- name: Sending HUP to any any crucial processes to reload their /etc/hosts
|
- name: Sending HUP to any any crucial processes to reload their /etc/hosts
|
||||||
command:
|
command:
|
||||||
/usr/bin/killall -HUP dnsmasq syslogd
|
/usr/bin/killall -HUP dnsmasq syslogd nginx
|
||||||
failed_when: false
|
failed_when: false
|
||||||
|
|
Loading…
Reference in a new issue