diff --git a/static/nginx.conf b/static/nginx.conf index 3f05cec..2abcbda 100644 --- a/static/nginx.conf +++ b/static/nginx.conf @@ -1,7 +1,7 @@ # Suggestions? => https://github.com/theraw/The-World-Is-Yours/issues # Problems? => https://github.com/theraw/The-World-Is-Yours/issues # Errors? => https://github.com/theraw/The-World-Is-Yours/issues -user root; +user nginx; pid /var/run/nginx.pid; worker_processes auto; worker_rlimit_nofile 65535;