Gentoo OS added
This commit is contained in:
parent
fd6694c3a4
commit
a43301d950
1 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ class nginx::params {
|
||||||
|
|
||||||
$nx_daemon_user = $::operatingsystem ? {
|
$nx_daemon_user = $::operatingsystem ? {
|
||||||
/(?i-mx:debian|ubuntu)/ => 'www-data',
|
/(?i-mx:debian|ubuntu)/ => 'www-data',
|
||||||
/(?i-mx:fedora|rhel|redhat|centos|scientific|suse|opensuse|amazon)/ => 'nginx',
|
/(?i-mx:fedora|rhel|redhat|centos|scientific|suse|opensuse|amazon|gentoo)/ => 'nginx',
|
||||||
}
|
}
|
||||||
|
|
||||||
# Service restart after Nginx 0.7.53 could also be just "/path/to/nginx/bin -s HUP"
|
# Service restart after Nginx 0.7.53 could also be just "/path/to/nginx/bin -s HUP"
|
||||||
|
|
Loading…
Reference in a new issue