소스 검색

Add missing options to ProxyPass

pull/249/head
Slavi Pantaleev 7 년 전
부모
커밋
fcd96b5dee
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      examples/apache/matrix-synapse.conf

+ 1
- 1
examples/apache/matrix-synapse.conf 파일 보기

@@ -113,7 +113,7 @@
# Beware: In this example the local traffic goes to the local synapse server at 127.0.0.1
# Of course you can use another IPADRESS in case of using other synapse servers in your network
AllowEncodedSlashes NoDecode
ProxyPass /_matrix http://127.0.0.1:8048/_matrix
ProxyPass /_matrix http://127.0.0.1:8048/_matrix retry=0 nocanon
ProxyPassReverse /_matrix http://127.0.0.1:8048/_matrix

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


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