Update backend server port in upstream configuration

This commit is contained in:
Alexandre
2026-04-02 12:56:31 +02:00
committed by GitHub
parent 35e88361d3
commit 2a5f2cfb73

View File

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