From b89ce95006389df222eac96e99aa9d58620c3fa6 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Apr 10 2020 18:33:03 +0000 Subject: Merge branch 'cboltz-nginx-workers' into 'production' nginx: set worker_processes auto See merge request infra/salt!355 --- diff --git a/pillar/role/common/nginx.sls b/pillar/role/common/nginx.sls index 0e4e9f0..3b093f8 100644 --- a/pillar/role/common/nginx.sls +++ b/pillar/role/common/nginx.sls @@ -34,4 +34,4 @@ nginx: {% endif %} real_ip_header: X-Forwarded-For real_ip_recursive: 'on' - worker_processes: 1 + worker_processes: auto