diff --git a/backend/django/seatstock_django/db.sqlite3 b/backend/django/seatstock_django/db.sqlite3 index f543dde..2360430 100644 Binary files a/backend/django/seatstock_django/db.sqlite3 and b/backend/django/seatstock_django/db.sqlite3 differ diff --git a/docker/volumes/nginx/config/default.conf b/docker/volumes/nginx/config/default.conf index 8a99fa9..2da9acb 100644 --- a/docker/volumes/nginx/config/default.conf +++ b/docker/volumes/nginx/config/default.conf @@ -33,14 +33,31 @@ server { proxy_set_header Host $host; } + location /logout { + proxy_pass http://docker-django:8000/logout; + proxy_set_header Host $host; - + } location / { - root /usr/share/nginx/html; - index index.html index.htm; + proxy_pass http://docker-django:8000; + proxy_set_header Host $host; } +# location /index { +# proxy_pass http://docker-django:8000; +# proxy_set_header Host $host; + +# } + + + + + #location / { + # root /usr/share/nginx/html; + # index index.html index.htm; + #} + #error_page 404 /404.html; # redirect server error pages to the static page /50x.html