Преглед изворни кода

Create /var/log/nginx before running mkfifo

susefix
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…
Откажи
Сачувај