diff --git a/services/nginx.conf b/services/nginx.conf index 8422b8d..555f0c2 100644 --- a/services/nginx.conf +++ b/services/nginx.conf @@ -6,7 +6,7 @@ server { index index.html; location /api/ { - proxy_pass http://backend/; + proxy_pass http://backend; proxy_http_version 1.1; proxy_set_header Host $host;