瀏覽代碼

fix ProxyPass directive by adding mandatory trailing slash

pull/3115/head
mcnesium 2 年之前
committed by GitHub
父節點
當前提交
66bf8589ae
沒有發現已知的金鑰在資料庫的簽署中 GPG Key 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


Loading…
取消
儲存