mirror of
https://github.com/status-im/infra-role-livepeer.git
synced 2025-02-17 19:36:27 +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
|
||||
shell: iptables-save > /etc/iptables/rules.v4
|
||||
|
||||
- name: Restart nginx
|
||||
service: name=nginx state=restarted
|
||||
- name: reload nginx
|
||||
service: name=nginx state=reloaded
|
||||
|
Loading…
x
Reference in New Issue
Block a user