소스 검색

fix ProxyPass directive by adding mandatory trailing slash

pull/3115/head
mcnesium 2 년 전
committed by GitHub
부모
커밋
66bf8589ae
No known key found for this signature in database GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      examples/reverse-proxies/apache/matrix-domain.conf

+ 1
- 1
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


불러오는 중...
취소
저장