소스 검색

Merge pull request #86 from stromnet/master

RedHat uses /var/run, not /run
tags/v0.55.0
puneet kandhari 9 년 전
부모
커밋
be35b6dd52
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      nginx/ng/map.jinja

+ 1
- 1
nginx/ng/map.jinja 파일 보기

@@ -24,7 +24,7 @@
'vhost_available': '/etc/nginx/conf.d',
'vhost_enabled': '/etc/nginx/conf.d',
'vhost_use_symlink': False,
'pid_file': '/run/nginx.pid',
'pid_file': '/var/run/nginx.pid',
},
'Suse': {
'package': 'nginx',

Loading…
취소
저장