Question
Redirect request coming from a IP:$Port/$url to some flask API using Nginx.
Hi how can I use nginx to redirect requests coming to a structure like IP:$Post/$url for e.g. localhost:4000/savedata to some other API which I have made?
I am able to redirect the requests coming to “localhost:4000” to my API, but I am not able to figure out how to incorporate the url part as well.
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.
×