Merge pull request #2193 from etkecc/patch-102

Fix 502
This commit is contained in:
Slavi Pantaleev
2022-10-24 08:59:12 +03:00
committed by GitHub

View File

@@ -21,7 +21,7 @@
{% if matrix_nginx_proxy_enabled %} {% if matrix_nginx_proxy_enabled %}
{# Use the embedded DNS resolver in Docker containers to discover the service #} {# Use the embedded DNS resolver in Docker containers to discover the service #}
resolver 127.0.0.11 valid=5s; resolver 127.0.0.11 valid=5s;
set $backend "matrix-ntfy:80"; set $backend "matrix-ntfy:8080";
proxy_pass http://$backend; proxy_pass http://$backend;
{% else %} {% else %}
{# Generic configuration for use outside of our container setup #} {# Generic configuration for use outside of our container setup #}