This commit is contained in:
makram89 2022-01-30 18:25:26 +01:00
parent 8e476f0c7d
commit e5eade040d

View File

@ -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.