update
This commit is contained in:
parent
3f046942d9
commit
798f6a7e42
3 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
# Server globals
|
||||
user root; #must be phyreweb
|
||||
user phyreweb;
|
||||
worker_processes 1;
|
||||
worker_rlimit_nofile 65535;
|
||||
#error_log /var/log/phyre/nginx-error.log;
|
||||
|
|
|
@ -18,7 +18,7 @@ NGINX_DESC=phyre-nginx
|
|||
NGINX_PID=/run/phyre-nginx.pid
|
||||
NGINX_CONF=/usr/local/phyre/nginx/conf/nginx.conf
|
||||
|
||||
PHP_DAEMON=sh /usr/local/phyre/php/sbin/run-phyre-php-fpm.sh
|
||||
PHP_DAEMON=/usr/local/phyre/php/sbin/phyre-php-fpm
|
||||
PHP_NAME=phyre-php
|
||||
PHP_DESC=phyre-php
|
||||
PHP_PID=/run/phyre-php.pid
|
||||
|
|
|
@ -10,11 +10,11 @@ events.mechanism = epoll
|
|||
[www]
|
||||
listen = /run/phyre-php.sock
|
||||
|
||||
user = root #must be phyreweb
|
||||
group = root #must be phyreweb
|
||||
user = phyreweb
|
||||
group = phyreweb
|
||||
|
||||
listen.owner = root #must be phyreweb
|
||||
listen.group = root #must be phyreweb
|
||||
listen.owner = phyreweb
|
||||
listen.group = phyreweb
|
||||
listen.mode = 0660
|
||||
|
||||
pm = ondemand
|
||||
|
|
Loading…
Reference in a new issue