mirror of
https://github.com/geerlingguy/ansible-role-nginx.git
synced 2025-04-08 19:05:46 +02:00
Merge pull request #73 from olo-dw/vhost_restart
Restart instead of reload after remove default.
This commit is contained in:
commit
19b1c5c9ba
@ -4,7 +4,7 @@
|
||||
path: "{{ nginx_default_vhost_path }}"
|
||||
state: absent
|
||||
when: nginx_remove_default_vhost
|
||||
notify: reload nginx
|
||||
notify: restart nginx
|
||||
|
||||
- name: Ensure nginx_vhost_path exists.
|
||||
file:
|
||||
|
Loading…
Reference in New Issue
Block a user