diff --git a/MUOR/MUOR/configs/muor.conf b/MUOR/MUOR/configs/muor.conf index b1f78e45a..93a85fb50 100644 --- a/MUOR/MUOR/configs/muor.conf +++ b/MUOR/MUOR/configs/muor.conf @@ -47,8 +47,9 @@ server { } location /logout/ { - uwsgi_pass django; - include /etc/nginx/uwsgi_params; +# uwsgi_pass django; +# include /etc/nginx/uwsgi_params; + proxy_pass http://django; # TODO prolly change that to uwsgi_pass } # Finally, send all non-media requests to the Django server.