使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
ExternalMirrors
/
nginx-formula
镜像自地址
https://github.com/saltstack-formulas/nginx-formula
关注
1
点赞
0
派生
1
代码
工单
0
版本发布
34
百科
动态
浏览代码
Create /var/log/nginx before running mkfifo
tags/v0.55.0
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
撰写
预览
正在加载...
取消
保存