fix 修复 monitor 设置 context-path 导致退出重新登录404问题

This commit is contained in:
疯狂的狮子Li
2024-11-22 17:54:16 +08:00
parent cd08f66c59
commit d194b39e57
6 changed files with 6 additions and 7 deletions

View File

@ -96,7 +96,7 @@ http {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header REMOTE-HOST $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://monitor-admin/admin/;
proxy_pass http://monitor-admin/;
}
location /snail-job/ {