Re: Nginx Basic Auth not working before re-directing to a subpath of the website

2021-02-19 Thread Francis Daly
On Fri, Feb 19, 2021 at 05:17:28PM +0530, Majid M A wrote: Hi there, > I have a scenario that whenever a user hits the website ( > https://abc.test.com), it should re-direct to the sub-path (/xxx/yyy/) of > the website (ex: https://abc.test.com/xxx/yyy). Your config shows both "proxy_pass" and "

Re: client_max_body_size and chunked encoding

2021-02-19 Thread Sergey Kandaurov
> On 17 Feb 2021, at 22:24, Frank Liu wrote: > > Hi, > > The doc > http://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size > says size limit is on "Content-Length", but this post > https://serverfault.com/questions/871717/nginx-disconnect-when-client-sends-chunked-body-e

Nginx Basic Auth not working before re-directing to a subpath of the website

2021-02-19 Thread Majid M A
Dear Nginx Users, I have a scenario that whenever a user hits the website ( https://abc.test.com), it should re-direct to the sub-path (/xxx/yyy/) of the website (ex: https://abc.test.com/xxx/yyy). So re-direction to a website's sub-path (https://abc.test.com/xxx/yyy) is working. I have implemen