Add documentation for new AS Notification/Profile feature

This commit is contained in:
Max Dor
2018-10-10 01:02:40 +02:00
parent 407138e972
commit cdb56aec1f
10 changed files with 81 additions and 13 deletions

View File

@@ -1,9 +0,0 @@
# Profile enhancement
**WARNING**: Alpha feature not officially supported. Do not use.
## Configuration
### Reverse proxy
#### Apache
```apache
ProxyPassMatch "^/_matrix/client/r0/profile/([^/]+)$" "http://127.0.0.1:8090/_matrix/client/r0/profile/$1"
```