Browse Source

restart instead of reload after remove default.

Olivier LOCARD 9 năm trước cách đây
mục cha
commit
f01357976c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tasks/vhosts.yml

+ 1 - 1
tasks/vhosts.yml

@@ -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: