Report this

What is the reason for this report?

Redirect request coming from a IP:$Port/$url to some flask API using Nginx.

Posted on October 19, 2015

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.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

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.

Instead of a redirect, it sounds like you want to set up nginx as a proxy to your API. Using the proxy_pass variable you can set up nginx to proxy communications to your API. This guide may be helpful, while it is about setting up nginx to proxy connections to apache, the details on how to configure nginx to proxy connections are the same.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.