Published 8 months ago
Published 8 months ago
Naldela Teleyal
Updated 9 months ago
0
Would be a really great option for companies, when they can add values to upstream like:
Example nginx:
1upstream myupstream { 2 server 127.0.0.1:3000 max_fails=5 fail_timeout=60s; 3}