I have setup Angular8 project under nginx reverse proxy but I want to redirect all URL request on https except one URL(LIKE /PLAYER work on http) how can I handle this redirection with Nginx vhost.
Thanks & Regards, Ravinderpal Singh
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
Hi @RvSingh013,
The following server block should do the trick for you:
Please note you’ll need to change the destination on the first location and the URL and root path for the second location for this to work.