From edef7d317cff83a0e67ec10ea9f40d92fe258b67 Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Silva Date: Wed, 23 Feb 2022 16:03:53 -0300 Subject: [PATCH] FIX: Worker connections are set on nginx.conf --- templates/web.template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/web.template.yml b/templates/web.template.yml index cdfc16f..8fc2f8f 100644 --- a/templates/web.template.yml +++ b/templates/web.template.yml @@ -137,7 +137,7 @@ run: to: client_max_body_size $upload_size ; - replace: - filename: "/etc/nginx/conf.d/discourse.conf" + filename: "/etc/nginx/nginx.conf" from: /worker_connections.+$/ to: worker_connections $nginx_worker_connections ; -- 2.25.1