更新 nginx-route.conf

This commit is contained in:
8ga 2025-01-15 10:31:59 +08:00
parent 95a591ef4b
commit e8c4e3d552

View File

@ -18,7 +18,7 @@ http {
server_name jkwlstv.cn;
charset utf-8;
# 301永久重定向规则
# 301重定向规则
location /git { return 301 http://jkwlstv.cn:8418; }
location /sql { return 301 http://jkwlstv.cn:12222; }
location /nps { return 301 http://jkwlstv.cn:38888; }