Merge pull request #86 from stromnet/master
RedHat uses /var/run, not /run
This commit is contained in:
commit
be35b6dd52
@ -24,7 +24,7 @@
|
|||||||
'vhost_available': '/etc/nginx/conf.d',
|
'vhost_available': '/etc/nginx/conf.d',
|
||||||
'vhost_enabled': '/etc/nginx/conf.d',
|
'vhost_enabled': '/etc/nginx/conf.d',
|
||||||
'vhost_use_symlink': False,
|
'vhost_use_symlink': False,
|
||||||
'pid_file': '/run/nginx.pid',
|
'pid_file': '/var/run/nginx.pid',
|
||||||
},
|
},
|
||||||
'Suse': {
|
'Suse': {
|
||||||
'package': 'nginx',
|
'package': 'nginx',
|
||||||
|
Loading…
Reference in New Issue
Block a user