Update nginx.conf

This commit is contained in:
Bozhidar Slaveykov 2024-04-04 17:48:53 +03:00
parent 7a12e10d57
commit f1041833a8

View file

@ -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;