FIX: Worker connections are set on nginx.conf

This commit is contained in:
Rafael dos Santos Silva 2022-02-23 16:03:53 -03:00
parent 65fa2054db
commit edef7d317c
1 changed files with 1 additions and 1 deletions

View File

@ -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 ;