You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.
现在的配置是
location /iyuu {
return 301 /IYUUPlus/;
}
location /IYUUPlus/ {
proxy_pass http://127.0.0.1:8787/;
proxy_redirect / /IYUUPlus/;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $host;
}
登录页无法登入,点击登入没有反应
The text was updated successfully, but these errors were encountered: