Przeglądaj źródła

fix ProxyPass directive by adding mandatory trailing slash

pull/3115/head
mcnesium 2 lat temu
committed by GitHub
rodzic
commit
66bf8589ae
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      examples/reverse-proxies/apache/matrix-domain.conf

+ 1
- 1
examples/reverse-proxies/apache/matrix-domain.conf Wyświetl plik

@@ -29,7 +29,7 @@
RequestHeader set "X-Forwarded-Proto" expr=%{REQUEST_SCHEME}

AllowEncodedSlashes NoDecode
ProxyPass / http://127.0.0.1:81 retry=0 nocanon
ProxyPass / http://127.0.0.1:81/ retry=0 nocanon
ProxyPassReverse / http://127.0.0.1:81/

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


Ładowanie…
Anuluj
Zapisz