Re: How to improve Nginx performance

2021-02-15 Thread lists
If you follow the suggested link in the previous post you can download an O'Reilly Nginx book. One suggestion I have to improve performance is to firewall off all the 'bots. Firewalls are extremely efficient. Start with AWS: https://docs.aws.amazon.com/general/latest/gr/aws-ip-ranges.html Bots

Re: How to configure nginx fort UDP and TCP

2021-02-15 Thread Francis Daly
On Tue, Feb 09, 2021 at 04:43:28AM -0500, bibi93 wrote: Hi there, > I would like to put 4 server behind one NGINX server. these servers are not > WEB sites but for deployment of packages, supervision, antivirus. therefore > we do not access sites. So these are servers that discuss with other serv

Re: How to improve Nginx performance

2021-02-15 Thread Francis Daly
On Thu, Feb 11, 2021 at 07:26:50AM +0530, Jeya Murugan wrote: Hi there, > We are using Nginx as a cache server for testing. > > On performing the HTTPS functional and performance test, we could see a > drastic drop in performance (in HTTPS) compared to HTTP requests. > > Can you please suggest

Re: proxy_store doesn't create directories

2021-02-15 Thread Francis Daly
On Mon, Feb 15, 2021 at 08:58:54PM +, Phil Endecott wrote: Hi there, > I have just tried to use proxy_store for the first time and > it seems to almost work, but it looks like it does not create > the parent directories for the things that it needs to save. What user:group does your nginx ru

proxy_store doesn't create directories

2021-02-15 Thread Phil Endecott
Dear Experts, I have just tried to use proxy_store for the first time and it seems to almost work, but it looks like it does not create the parent directories for the things that it needs to save. I am attempting to store things with quite a deep directory structure. Is this the intended behavio