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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
简单贴下代码:
upstream alistupstream {
ip_hash;
server xxxxxxxx:5244 weight=6 max_fails=1 fail_timeout=10s;
server xxxxxxxx:5245 weight=4 max_fails=1 fail_timeout=10s;
}
proxy_pass http://alistupstream;
没升级之前都是正常的,升级之后加载出来空白页。
Beta Was this translation helpful? Give feedback.
All reactions