Merge pull request #86 from stromnet/master

RedHat uses /var/run, not /run
This commit is contained in:
puneet kandhari 2015-06-29 10:22:47 -05:00
commit be35b6dd52

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