diff --git a/nginx/custom-nginx.conf b/nginx/custom-nginx.conf index 24e7689ae..dbcebdc3e 100644 --- a/nginx/custom-nginx.conf +++ b/nginx/custom-nginx.conf @@ -20,6 +20,6 @@ server { # Proxy other /server/* requests to the Django app location /server/ { rewrite ^/server(/.*)$ $1 break; - proxy: [http://localhost:8000](http://localhost:8000 "http://localhost:8000/") + proxy: [http://localhost:8000](http://localhost:8000 "http://localhost:8000/"); } }