jrief / django-shop

A Django based shop system
http://www.django-shop.org
BSD 3-Clause "New" or "Revised" License
32 stars 12 forks source link

Tutorial to deployment with nginx #75

Closed alexvechirko closed 7 years ago

alexvechirko commented 7 years ago

It will be nice if we had a script or tutorial to serve application with Nginx server

rfleschenberg commented 7 years ago

I agree, but this is more a generic Django issue than a djangoSHOP-specific one.

I am planning to write an article about this and possibly publish my Ansible playbook for this, but I don't know when I will find the time to do this. Meanwhile, here are some related resources:

nginx with uwsgi:

nginx with gunicorn:

alexvechirko commented 7 years ago

@rfleschenberg thank's