diff --git a/root/defaults/nginx.conf b/root/defaults/nginx.conf index a3ad7cc..bec6c2f 100644 --- a/root/defaults/nginx.conf +++ b/root/defaults/nginx.conf @@ -1,7 +1,7 @@ ## Version 2018/04/07 - Changelog: https://github.com/linuxserver/docker-letsencrypt/commits/master/root/defaults/nginx.conf user abc; -worker_processes 4; +worker_processes auto; pid /run/nginx.pid; include /etc/nginx/modules/*.conf;