wsgi fix
This commit is contained in:
parent
8e476f0c7d
commit
e5eade040d
@ -47,8 +47,9 @@ server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location /logout/ {
|
location /logout/ {
|
||||||
uwsgi_pass django;
|
# uwsgi_pass django;
|
||||||
include /etc/nginx/uwsgi_params;
|
# 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.
|
# Finally, send all non-media requests to the Django server.
|
||||||
|
Loading…
Reference in New Issue
Block a user