Ver a proveniência
Merge pull request #3115 from mcnesium/patch-1
fix ProxyPass directive by adding mandatory trailing slash
pull/3117/head
Slavi Pantaleev
há 2 anos
committed by
GitHub
ascendente
cometimento
060c57c530
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: B5690EEEBB952194
1 ficheiros alterados com
1 adições e
1 eliminações
-
examples/reverse-proxies/apache/matrix-domain.conf
|
|
|
@@ -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 |
|
|
|
|