Explorar el Código

Merge pull request #3115 from mcnesium/patch-1

fix ProxyPass directive by adding mandatory trailing slash
pull/3117/head
Slavi Pantaleev hace 2 años
committed by GitHub
padre
commit
060c57c530
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: B5690EEEBB952194
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      examples/reverse-proxies/apache/matrix-domain.conf

+ 1
- 1
examples/reverse-proxies/apache/matrix-domain.conf Ver fichero

@@ -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


Cargando…
Cancelar
Guardar