RedHat uses /var/run, not /run

This commit is contained in:
Johan Ström 2015-06-29 17:21:08 +02:00
parent 126169fea1
commit f0d2281525

View File

@ -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',