diff --git a/nginx-route.conf b/nginx-route.conf index 2f98af3..33efd2a 100644 --- a/nginx-route.conf +++ b/nginx-route.conf @@ -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; }