Amend Upstream URL

This commit is contained in:
2025-07-15 18:05:11 +02:00
parent 53fc2ed8fb
commit 202959dd9e
5 changed files with 20 additions and 14 deletions

View File

@@ -28,7 +28,7 @@ http {
resolver 127.0.0.11 valid=10s ipv6=off;
upstream backend {
server ${API_BASE_URL};
server ${API_BASE_URL}:${API_PORT};
}
server {