Authored by chunhua.zhang

缺少reload

... ... @@ -38,6 +38,8 @@
copy:
src: lualib/resty/
dest: "{{ path }}/lualib/resty/"
notify:
- reload nginx
... ... @@ -45,6 +47,8 @@
copy:
src: nginx/conf/
dest: "{{ path }}/nginx/conf/"
notify:
- reload nginx
- name: update nginx upstream for file -nginx.conf
... ...