Search code examples
pythonpython-requestsflask-migrateflask-mongoengineflask-restless

How to host flask(python) in nginx server


I have some html file I need to route it thorough flask(python) but how to do taht in a nginx server how can I do it


Solution

  • This may help you:

    https://medium.com/faun/deploy-flask-app-with-nginx-using-gunicorn-7fda4f50066a

    Mark the answer correct if your problem is solved.

    Thanks