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 "
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