Help required

2019-08-18 Thread Zeeshan Opel
Dear members, need your help regarding below nginx configuration. I have below config on my nginx server but I am unable to rewrite the link. Please help me. worker_processes 1; worker_rlimit_nofile3; events { worker_connections 1024; } http { include mime.types;

Re: LiteSpeed 5.4 vs Nginx 1.16 benchmarks

2019-08-18 Thread Lucas Rolff
> Misconfigure Nginx Which parts are misconfigured? If I run the tests and tweak it to use CloudFlares suggested SSL settings for example then it still doesn’t really change anything. And I’d assume CloudFlare want good SSL performance. So I’m curious what settings would be configured wrong, at

Re: LiteSpeed 5.4 vs Nginx 1.16 benchmarks

2019-08-18 Thread Mark Mielke
Any idea how they did what? Misconfigure Nginx and use an obsolete distro version of Nginx? 😁 On Sat., Aug. 17, 2019, 1:17 p.m. Christos Chatzaras, wrote: > Today I read this post: > > http://www.webhostingtalk.com/showthread.php?t=1775139 > > In their changelog ( > https://www.litespeedtech.co

Re: try_files doubleslash mystery

2019-08-18 Thread Maik Beckmann via nginx
Am Sa., 17. Aug. 2019 um 20:04 Uhr schrieb Francis Daly : > """ > The path to a file is constructed from the file parameter according to > the root and alias directives. It is possible to check directory’s > existence by specifying a slash at the end of a name, e.g. “$uri/”. > """ > > $foo does not