mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-02-24 09:03:29 +07:00
Vhost static OK (dirty)
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
---
|
||||
# handlers file for .
|
||||
- name: restart nginx
|
||||
action: service name=nginx state=restarted enabled=yes
|
||||
|
||||
- name: reload nginx
|
||||
action: service name=nginx state=reloaded enabled=yes
|
||||
|
||||
Reference in New Issue
Block a user