소스 검색

Update configuring-well-known.md

pull/1820/head
brush 4 년 전
committed by GitHub
부모
커밋
34de6c9c66
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일3개의 추가작업 그리고 4개의 파일을 삭제
  1. +3
    -4
      docs/configuring-well-known.md

+ 3
- 4
docs/configuring-well-known.md 파일 보기

@@ -98,16 +98,15 @@ server {
}
```

**For Apache**, it would be something like this:
**For Apache2**, it would be something like this:

```apache
<VirtualHost *:443>
ServerName DOMAIN

SSLProxyEngine on
<Location /.well-known/matrix>
ProxyPass "https://matrix.DOMAIN/.well-known/matrix"
</Location>
ProxyPass /.well-known/matrix https://matrix.DOMAIN/.well-known/matrix nocanon
ProxyPassReverse /.well-known/matrix https://matrix.DOMAIN/.well-known/matrix nocanon

# other configuration
</VirtualHost>


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