Ver a proveniência

fix #1681

pull/1723/head
Kim Brose há 4 anos
committed by GitHub
ascendente
cometimento
09412e34ea
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      roles/matrix-bridge-hookshot/tasks/init.yml

+ 1
- 1
roles/matrix-bridge-hookshot/tasks/init.yml Ver ficheiro

@@ -68,7 +68,7 @@
{# Use the embedded DNS resolver in Docker containers to discover the service #}
resolver 127.0.0.11 valid=5s;
set $backend "{{ matrix_hookshot_container_url }}:{{ matrix_hookshot_webhook_port }}";
proxy_pass http://$backend/$1$is_args$args;
proxy_pass http://$backend/webhook/$1$is_args$args;
{% else %}
{# Generic configuration for use outside of our container setup #}
proxy_pass http://127.0.0.1:{{ matrix_hookshot_webhook_port }}/$1$is_args$args;


Carregando…
Cancelar
Guardar