This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
salt
/
nginx-formula
forked from
ExternalMirrors/nginx-formula
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Create /var/log/nginx before running mkfifo
susefix
Ahmad Sherif
10 years ago
parent
5164152de7
commit
6a9efa774d
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
+1
-0
nginx/templates/upstart-logger.jinja
+ 1
- 0
nginx/templates/upstart-logger.jinja
View File
@@ -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…
Cancel
Save