diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 9bbdf85..67160ee 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -21,7 +21,7 @@ server { # Proxy pass all other requests to Gunicorn (or uWSGI) location / { - proxy_pass http://web:8001; # Gunicorn/WSGI server address + proxy_pass http://web:8001/; # Gunicorn/WSGI server address proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;