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 "

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