From f803013846d91106f649f3bc27e9181b7d37325d Mon Sep 17 00:00:00 2001 From: whyour Date: Thu, 18 Mar 2021 14:51:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9nginx=E7=9B=91=E5=90=AC?= =?UTF-8?q?=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/front.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/front.conf b/docker/front.conf index a1f882ce..c5d525e9 100644 --- a/docker/front.conf +++ b/docker/front.conf @@ -1,5 +1,5 @@ upstream api { - server localhost:5678; + server localhost:5600; } server {