Update nginx.conf
This commit is contained in:
parent
7a12e10d57
commit
f1041833a8
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
|||
# Server globals
|
||||
user phyreweb;
|
||||
#user phyreweb;
|
||||
user root;
|
||||
worker_processes 1;
|
||||
worker_rlimit_nofile 65535;
|
||||
#error_log /var/log/phyre/nginx-error.log;
|
||||
error_log /var/log/phyre/nginx-error.log;
|
||||
pid /run/phyre-nginx.pid;
|
||||
pcre_jit on;
|
||||
|
||||
|
|
Loading…
Reference in a new issue