From 7699af7e075b1f023f272f11d0ead00ce5014869 Mon Sep 17 00:00:00 2001 From: alexeh Date: Thu, 23 May 2024 10:50:49 +0300 Subject: [PATCH] fix nginx conf --- 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 a520bfff..4e28004e 100644 --- a/infrastructure/source_bundle/proxy/conf.d/application.conf +++ b/infrastructure/source_bundle/proxy/conf.d/application.conf @@ -1,5 +1,5 @@ upstream api { - server api:4000 + server api:4000; } upstream client {