Now restart nginx service instead of reload. Reload, while nice on config updates, doesn't have the required effect when you upgrade nginx. If we can reload on config update and restart on code upgrade, that would be great. For now we just always restart.

This commit is contained in:
Ross Perkins 2014-10-31 09:23:54 -07:00
parent 2cdd917550
commit 2c809fa402

View File

@ -175,7 +175,7 @@ nginx:
service:
- running
- enable: True
- reload: True
- restart: True
- watch:
- cmd: nginx
- file: {{ conf_dir }}/nginx.conf