check new proxyconf2

This commit is contained in:
reqwizz 2024-11-13 00:05:56 +03:00
parent 258f88eedd
commit 5c2eb4a087

View File

@ -1,6 +1,6 @@
upstream backend {
{% for server in upstream_servers %}
server {{ server }} max_fails=1 fail_timeout=1s;
server {{ server }} max_fails=1 fail_timeout=5s;
{% endfor %}
}