diff --git a/deploy/nginx/app.anzhizhichong.com.conf b/deploy/nginx/app.anzhizhichong.com.conf index 32c9cc0..4551f0c 100644 --- a/deploy/nginx/app.anzhizhichong.com.conf +++ b/deploy/nginx/app.anzhizhichong.com.conf @@ -34,6 +34,11 @@ server { proxy_set_header X-Forwarded-Proto $scheme; } + # PMS管理前端 - 不带斜杠时重定向 + location = /pms { + return 301 /pms/; + } + # PMS管理前端 location /pms/ { alias /data/pms/web/;