diff --git a/docker/nginx-https.conf b/docker/nginx-https.conf index 7788848b..dce94dd2 100644 --- a/docker/nginx-https.conf +++ b/docker/nginx-https.conf @@ -1,3 +1,5 @@ +worker_processes 1; +master_process off; pid /app/nginx/nginx.pid; error_log /app/nginx/logs/error.log warn; diff --git a/docker/nginx.conf b/docker/nginx.conf index ac6b7112..fd95a81f 100644 --- a/docker/nginx.conf +++ b/docker/nginx.conf @@ -1,3 +1,5 @@ +worker_processes 1; +master_process off; pid /app/nginx/nginx.pid; error_log /app/nginx/logs/error.log warn;