소스 검색

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…
취소
저장