Pārlūkot izejas kodu

Proxy other /_synapse endpoints to the client API

Besides /_synapse/admin, there are other things like
/_synapse/oidc, etc.

We should just proxy everything.

Fixes #534 (Github Issue).
pull/538/head
Slavi Pantaleev pirms 6 gadiem
vecāks
revīzija
65e5020596
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      roles/matrix-nginx-proxy/templates/nginx/conf.d/matrix-synapse.conf.j2

+ 1
- 1
roles/matrix-nginx-proxy/templates/nginx/conf.d/matrix-synapse.conf.j2 Parādīt failu

@@ -150,7 +150,7 @@
}
{% endif %}

location /_synapse/admin {
location /_synapse {
{% if matrix_nginx_proxy_enabled %}
{# Use the embedded DNS resolver in Docker containers to discover the service #}
resolver 127.0.0.11 valid=5s;


Notiek ielāde…
Atcelt
Saglabāt