From 53fc2ed8fbe4186667b3905ab645ce97d70833ea Mon Sep 17 00:00:00 2001 From: Katarina Date: Tue, 15 Jul 2025 17:51:54 +0200 Subject: [PATCH] Amend Upstream URL --- nginx.conf.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {