Nginx conf: more testing less b0rk

This commit is contained in:
Marcel Partap 2020-04-19 19:55:43 +02:00
parent 765c046beb
commit 46984a4f99

View File

@ -290,10 +290,7 @@ upstream synchrotron {
ip_hash; ip_hash;
{% for synchrotron_worker in synchrotron_workers %} {% for synchrotron_worker in synchrotron_workers %}
{# Use the embedded DNS resolver in Docker containers to discover the service #} server "matrix-synapse:{{ synchrotron_worker.port }}";
resolver 127.0.0.11 valid=5s;
set $backend "matrix-synapse:{{ synchrotron_worker.port }}";
server $backend:{{ synchrotron_worker.port }};
{% endfor %} {% endfor %}
} }
{% endif %} {% endif %}