gtalarico / django-vue-template

Django Rest + Vue JS Template
https://django-vue-template-demo.herokuapp.com/
MIT License
1.59k stars 406 forks source link

how to deploy pure with nginx and wsgi? #19

Closed guoliangli123 closed 5 years ago

guoliangli123 commented 5 years ago

I see the document write to build with Heroku Server,but I do not know how to use it.Can I depoly with nginx?

gtalarico commented 5 years ago

You should be able to serve this template using nginx, but I am not familiar with nginx configs. I would suggest you look for other resources on configuring nginx and try to integrate it. https://vladikk.com/2013/09/12/serving-flask-with-nginx-on-ubuntu/

gtalarico commented 5 years ago

Feel free to follow up on your question here, but I will close the issue for now since nginx config is outside the scope of this project.