I’m working on a Flask application within NVIDIA AI Workbench and need to configure it to work behind a proxy. Could someone guide me on how to:
- Set up Flask to handle proxy headers correctly?
- Configure a reverse proxy (like Nginx or Apache) to forward requests to my Flask application?
- Ensure the application handles URLs properly when accessed through the proxy?
Any advice or examples would be greatly appreciated!