瀏覽代碼

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.

tags/v0.55.0
Ross Perkins 10 年之前
父節點
當前提交
2c809fa402
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      nginx/source.sls

+ 1
- 1
nginx/source.sls 查看文件

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

Loading…
取消
儲存