Documentation enhancements (#73)
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
# 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"
|
||||
ProxyPassMatch "^/_matrix/client/r0/profile/([^/]+)/(.+)" "http://127.0.0.1:8008/_matrix/client/r0/profile/$1/$2"
|
||||
|
||||
```
|
||||
|
Reference in New Issue
Block a user