소스 검색

Merge pull request #888 from pionaiki/patch-1

Add Netlify instructions
pull/891/head
Slavi Pantaleev 5 년 전
committed by GitHub
부모
커밋
bbaaf02f8f
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. +7
    -0
      docs/configuring-well-known.md

+ 7
- 0
docs/configuring-well-known.md 파일 보기

@@ -148,6 +148,13 @@ backend matrix-backend
rsprep ^Location:\ (http|https)://matrix.example.com\/(.*) Location:\ \1://matrix.example.com/.well-known/matrix/\2 if response-is-redirect
```

**For Netlify**, it would be something like this:

```
# In the _redirects file in the website's root
/.well-known/matrix/* https://matrix.DOMAIN/.well-known/matrix/:splat 200!
```

Make sure to:

- **replace `DOMAIN`** in the server configuration with your actual domain name


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