|
@@ -3,7 +3,7 @@
|
|
user root;
|
|
user root;
|
|
worker_processes 1;
|
|
worker_processes 1;
|
|
worker_rlimit_nofile 65535;
|
|
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;
|
|
pid /run/phyre-nginx.pid;
|
|
pcre_jit on;
|
|
pcre_jit on;
|
|
|
|
|