This website works better with JavaScript.
首頁
探索
說明
註冊
登入
salt
/
nginx-formula
複製自
ExternalMirrors/nginx-formula
關註
1
收藏
0
複製
0
程式碼
版本發佈
0
Activity
瀏覽代碼
Create /var/log/nginx before running mkfifo
susefix
Ahmad Sherif
10 年之前
父節點
5164152de7
當前提交
6a9efa774d
共有
1 個文件被更改
,包括
1 次插入
和
0 次删除
分割檢視
顯示文件統計
+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
Write
Preview
Loading…
取消
儲存