From 6140134c0366120cd62913148616f6a20e41fa66 Mon Sep 17 00:00:00 2001 From: dompling <374779789@qq.com> Date: Tue, 19 Oct 2021 15:23:31 +0800 Subject: [PATCH] nginx --- nginx/front.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/front.conf b/nginx/front.conf index 1311488..7f37b53 100644 --- a/nginx/front.conf +++ b/nginx/front.conf @@ -3,7 +3,7 @@ upstream api { } server { - listen 5700; + listen 6080; # allow 127.0.0.1; # allow 0.0.0.0; # deny all;