Relative Content

Tag Archive for flaskapache2uwsginginx-reverse-proxy

uWSGI and nginx on a flask application while apache2 runs for another instance

I have a flask application server.py on a remote ubuntu server which I would like to deploy with uWSGI and reverse proxy it with nginx. However, I somehow cannot seem to get the configuration right as I also have an apache reverse proxy running to forward requests to another application instance running on the same server.