DiscussionSLA

Upstream and loabalancing

Published 8 months ago

# SafeLine WAF
# 💡 feature
# 💪 improve

Published 8 months ago

profile_photo

Naldela Teleyal

Updated 9 months 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