mirror of
https://github.com/status-im/infra-role-livepeer.git
synced 2025-02-20 12:48:08 +00:00
fix nginx handler to reload rather than restart
This commit is contained in:
parent
341eedbaec
commit
a5f936f1a6
@ -2,5 +2,5 @@
|
|||||||
- name: Save iptables rules
|
- name: Save iptables rules
|
||||||
shell: iptables-save > /etc/iptables/rules.v4
|
shell: iptables-save > /etc/iptables/rules.v4
|
||||||
|
|
||||||
- name: Restart nginx
|
- name: reload nginx
|
||||||
service: name=nginx state=restarted
|
service: name=nginx state=reloaded
|
||||||
|
Loading…
x
Reference in New Issue
Block a user