From 2c39cba8646663d1ed2a6e1f4ce5bc9d0373a898 Mon Sep 17 00:00:00 2001 From: alexeh Date: Mon, 14 Oct 2024 11:51:46 +0200 Subject: [PATCH] fix nginx upstream --- infrastructure/source_bundle/proxy/conf.d/application.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/source_bundle/proxy/conf.d/application.conf b/infrastructure/source_bundle/proxy/conf.d/application.conf index a41a5958..37844ed9 100644 --- a/infrastructure/source_bundle/proxy/conf.d/application.conf +++ b/infrastructure/source_bundle/proxy/conf.d/application.conf @@ -6,7 +6,7 @@ upstream client { server client:3000; } -upstream admin { +upstream administration { server administration:1000; }