DiscussionSLA

Upstream and loabalancing

Published a year ago

# SafeLine WAF
# πŸ’‘ feature
# πŸ’ͺ improve

Published a year ago

profile_photo

Naldela Teleyal

Updated a year ago

0

Would be a really great option for companies, when they can add values to upstream like:

  • weight
  • max_fails
  • fail_timeout

Example nginx:

1upstream myupstream {
2    server 127.0.0.1:3000 max_fails=5 fail_timeout=60s;
3}
Upstream and loabalancing | SafePoint