RE: Question on Instance structure.

2022-10-28 Thread jonmcalexander--- via nginx
I would be interested in either setup. My thoughts are around having 1 set of binaries with sites/instances in different folder structures that USE the central binary. I'm aware of the -c at the command line level, but items like setting the prefix, etc. is where most of my question lies. Plea

Re: Disabling keepalive

2022-10-28 Thread libresco_27
Thanks for your answer! I have another query if we can actually see that keepalive is being disabled in nginx logs. Is it possible to confirm that if we run nginx in debug mode and if so, what kind of logs should I look for? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,295571,295628

Re: Question on Instance structure.

2022-10-28 Thread Thomas Ward
Jon, I'm not 100% sure if you understand NGINX properly, but I think you're confusing "multi-instance" and "multi-site" when it comes to NGINX. Multi-instance NGINX requires multiple individual NGINX instances each running completely different configuration stacks, and not the default nginx.

Re: Question on Instance structure.

2022-10-28 Thread Aleksandar Lazic
Hi. On 28.10.22 00:20, jonmcalexan...@wellsfargo.com wrote: Thank you! Can anything be setup in the nginx.conf file? I don't get your question as the nginx.conf is the main configuration file. Are you already familiar with nginx and the concept behind it? Maybe you can start with this page.