Przeglądaj źródła

Merge pull request #258 from julianfoad/patch-1

More Apache ProxyPass directives need 'nocanon'
pull/260/head
Slavi Pantaleev 7 lat temu
committed by GitHub
rodzic
commit
213babff93
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      examples/apache/matrix-synapse.conf

+ 2
- 2
examples/apache/matrix-synapse.conf Wyświetl plik

@@ -71,12 +71,12 @@


# Map /_matrix/identity to the identity server # Map /_matrix/identity to the identity server
<Location /_matrix/identity> <Location /_matrix/identity>
ProxyPass http://127.0.0.1:8090/_matrix/identity
ProxyPass http://127.0.0.1:8090/_matrix/identity nocanon
</Location> </Location>


# Map /_matrix/client/r0/user_directory/search to the identity server # Map /_matrix/client/r0/user_directory/search to the identity server
<Location /_matrix/client/r0/user_directory/search> <Location /_matrix/client/r0/user_directory/search>
ProxyPass http://127.0.0.1:8090/_matrix/client/r0/user_directory/search
ProxyPass http://127.0.0.1:8090/_matrix/client/r0/user_directory/search nocanon
</Location> </Location>


ErrorLog ${APACHE_LOG_DIR}/matrix.DOMAIN-error.log ErrorLog ${APACHE_LOG_DIR}/matrix.DOMAIN-error.log


Ładowanie…
Anuluj
Zapisz