diff --git a/docker/nginx/nginx.conf b/docker/nginx/nginx.conf index fe9ba2e9..2ce92cef 100644 --- a/docker/nginx/nginx.conf +++ b/docker/nginx/nginx.conf @@ -16,8 +16,8 @@ # See https://github.com/openresty/docker-openresty/blob/master/README.md#nginx-config-files # -user root; -worker_processes 1; +user root; +worker_processes auto; #error_log logs/error.log; #error_log logs/error.log notice; @@ -31,7 +31,7 @@ env SKYNET_SERVER_API; env ACCOUNTS_ENABLED; events { - worker_connections 1024; + worker_connections 8192; }