Update maintainerr/rootfs/etc/nginx/includes/upstream.conf

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Alexandre
2026-04-02 12:55:42 +02:00
committed by GitHub
parent fdaed2d031
commit 35e88361d3

View File

@@ -1,3 +1,3 @@
upstream backend {
server 127.0.0.1:6246;
server 127.0.0.1:${UI_PORT};
}