|
@@ -3,7 +3,7 @@ user admin;
|
|
|
worker_processes 1;
|
|
worker_processes 1;
|
|
|
worker_rlimit_nofile 65535;
|
|
worker_rlimit_nofile 65535;
|
|
|
error_log /usr/local/hestia/log/nginx-error.log;
|
|
error_log /usr/local/hestia/log/nginx-error.log;
|
|
|
-pid /var/run/hestia-nginx.pid;
|
|
|
|
|
|
|
+pid /run/hestia-nginx.pid;
|
|
|
|
|
|
|
|
# Worker config
|
|
# Worker config
|
|
|
events {
|
|
events {
|