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
upstream default {
zone backend_default 512k;
server 1.1.1.1 max_fails=30 fail_timeout=1;
server 2.2.2.2 backup;
server 3.3.3.3 backup;
keepalive 1000;
}
Hi,
I have a simple upstream configuration
inside my code I have this
...which prints this into log file...
...the table for a second backup server looks corrupted ...I have tried to add a second server to primary peers - it also doesn't work properly...
Thanks,
Gene
The text was updated successfully, but these errors were encountered: