From a86d7df298fc04bd9e20a6c79d281042ccb7f5ba Mon Sep 17 00:00:00 2001 From: 8ga Date: Wed, 15 Jan 2025 10:35:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20nginx-route.conf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx-route.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nginx-route.conf b/nginx-route.conf index 33efd2a..4628aa4 100644 --- a/nginx-route.conf +++ b/nginx-route.conf @@ -23,10 +23,13 @@ http { location /sql { return 301 http://jkwlstv.cn:12222; } location /nps { return 301 http://jkwlstv.cn:38888; } location /dsm { return 301 https://jkwlstv.quickconnect.cn; } + location /ucs { return 301 https://console.ucloud.cn/light-server; } + location /ufw { return 301 https://console.ucloud.cn/unet/ufirewall/firewall-ls3vpudp; } + location /xingyan { return 301 http://a32h099468.wicp.vip:13806/index; } location /cf { return 301 https://dash.cloudflare.com/d9d91624f42ef57f68bcadd0de6ac666/home/domains; } location /zxl7788 { return 301 https://zxl7788.quickconnect.cn; } - + error_page 500 502 503 504 /50x.html; location = /50x.html {