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;