更新 nginx-route.conf

This commit is contained in:
8ga 2025-01-15 10:37:44 +08:00
parent a86d7df298
commit ffc049c7f4

View File

@ -18,17 +18,24 @@ http {
server_name jkwlstv.cn; server_name jkwlstv.cn;
charset utf-8; charset utf-8;
# 301重定向规则 # 自建服务
location /git { return 301 http://jkwlstv.cn:8418; } location /git { return 301 http://jkwlstv.cn:8418; }
location /sql { return 301 http://jkwlstv.cn:12222; } location /sql { return 301 http://jkwlstv.cn:12222; }
location /nps { return 301 http://jkwlstv.cn:38888; } location /nps { return 301 http://jkwlstv.cn:38888; }
# nas
location /zxl7788 { return 301 https://zxl7788.quickconnect.cn; }
location /dsm { return 301 https://jkwlstv.quickconnect.cn; } location /dsm { return 301 https://jkwlstv.quickconnect.cn; }
# cloudflare
location /cf { return 301 https://dash.cloudflare.com/d9d91624f42ef57f68bcadd0de6ac666/home/domains; }
# UCloud
location /ucs { return 301 https://console.ucloud.cn/light-server; } location /ucs { return 301 https://console.ucloud.cn/light-server; }
location /ufw { return 301 https://console.ucloud.cn/unet/ufirewall/firewall-ls3vpudp; } location /ufw { return 301 https://console.ucloud.cn/unet/ufirewall/firewall-ls3vpudp; }
# 兴岩
location /xingyan { return 301 http://a32h099468.wicp.vip:13806/index; } 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; error_page 500 502 503 504 /50x.html;