diff --git a/nginx.conf.template b/nginx.conf.template index fe6a06a..4a0a174 100644 --- a/nginx.conf.template +++ b/nginx.conf.template @@ -28,7 +28,7 @@ http { resolver 127.0.0.11 valid=10s ipv6=off; upstream backend { - server ${API_BASE_URL}:8080; + server ${API_BASE_URL}; } server {