瀏覽代碼

Create /var/log/nginx before running mkfifo

tags/v0.55.0
Ahmad Sherif 10 年之前
父節點
當前提交
6a9efa774d
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      nginx/templates/upstart-logger.jinja

+ 1
- 0
nginx/templates/upstart-logger.jinja 查看文件

@@ -8,6 +8,7 @@ respawn

pre-start script
if [ ! -r /var/log/nginx/{{ type }}.fifo ]; then
mkdir -p /var/log/nginx
mkfifo /var/log/nginx/{{ type }}.fifo
chown root.root /var/log/nginx/{{ type }}.fifo
chmod 660 /var/log/nginx/{{ type }}.fifo

Loading…
取消
儲存