2

This is more a question for some general thing.

I've got a lighttpd running and want to connect it as a reverse proxy with Django 1.6. I've read a lot about wsgi, gunicorn ... well, not sure what's the current best way of doing this?

mariodev
  • 13,928
  • 3
  • 49
  • 61
frlan
  • 6,950
  • 3
  • 31
  • 72
  • 2
    There is no best way. There are just ways: https://docs.djangoproject.com/en/dev/howto/deployment/wsgi/ Personally I would go for gunicorn. – freakish Feb 03 '14 at 12:52
  • Can you give a short hint about the reasons are just "because it works"? – frlan Feb 03 '14 at 13:14
  • Well, it's more like "because I've worked with it and it works". Plus it is very easy to setup. – freakish Feb 03 '14 at 13:23

0 Answers0