DISQUS

Alcides Fonseca bliki: Alcides Fonseca: nginx + passenger + django

  • mlouro · 1 month ago
    I think's there's another way that doesn't involve patching passenger. I setup nginx+passenger for Django a couple of weeks ago and didn't encounter any noticeable problems.
    Here are the versions I used:

    nginx version: nginx/0.7.61
    passenger-config --version 2.2.5


    vhost:

    location / {
    root /opt/webapps/viriato.reactivelab.com/viriato/public/;
    passenger_enabled on;
    }