Przeglądaj źródła

Merge pull request #2193 from etkecc/patch-102

Fix 502
pull/2194/head
Slavi Pantaleev 3 lat temu
committed by GitHub
rodzic
commit
69ae35bb23
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      roles/matrix-nginx-proxy/templates/nginx/conf.d/matrix-ntfy.conf.j2

+ 1
- 1
roles/matrix-nginx-proxy/templates/nginx/conf.d/matrix-ntfy.conf.j2 Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz