OpenUpSA / pmgbilltracker

Bill Tracking Application for the Parliamentary Monitoring Group
Apache License 2.0
5 stars 2 forks source link

Use nginx + supervisor + gunicorn instead of Apache + mod_wsgi #2

Closed adieyal closed 10 years ago

adieyal commented 10 years ago

Can we please standardise on gunicorn and friends instead of apache. Nginx is lighter and easier to configure gunicorn is more performant supervisor is pretty robust and allows for easy management of multiple services

In general it is a much better stack to use

petrus-jvrensburg commented 10 years ago

Okay, will do.

Let's do this sometime before deploying the first production version.

petrus-jvrensburg commented 10 years ago

Now running on nginx & uwsgi