On Tue, Nov 03, 2020 at 07:57:40AM -0500, Greg Wooledge wrote: > On Tue, Nov 03, 2020 at 03:35:58AM -0600, Dave Sherohman wrote: > > tl;dr: I need to increase worker_connections on my nginx servers, but > > don't want to edit the debian-provided nginx.conf due to that causing > > future upgrade hassles. Is this possible?
> No. Ah, well. That's what I expected, but thanks for confirming it. Another (off-list) reply suggested using a script to edit nginx.conf rather than doing it by hand, which looks like the best solution for my specific case. My site-specific config files are generated from templates using a Perl deployment script, and I also have hooks there which I can use to edit nginx.conf without needing to generate the whole thing from a template, and that will also handle nginx config changes coming from debian by re-patching the config the next time we deploy. -- Dave Sherohman