diff --git a/nginx/ssl.conf b/nginx/ssl.conf index 5aebbdbe5c68b643c3bb3e0a72602569876ae579..9ab9cd05c715a828b706c198250a4a39bb0c25ab 100644 --- a/nginx/ssl.conf +++ b/nginx/ssl.conf @@ -28,7 +28,7 @@ server { location / { # Pass the request to Gunicorn - proxy_pass http://127.0.0.1:8000; + proxy_pass http://web:8000; # Set HTTP headers st our app knows where request came from proxy_set_header Host $host;