Amend Upstream URL

This commit is contained in:
2025-07-15 18:12:46 +02:00
parent 202959dd9e
commit 6b23bfb39f
5 changed files with 19 additions and 11 deletions

View File

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