Skip to content

Commit

Permalink
Forward endpoint /api in nginx example (#78)
Browse files Browse the repository at this point in the history
* mention web api and link to wiki article
  • Loading branch information
alvierahman90 committed Aug 10, 2021
1 parent c8a0a81 commit 663cee1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -94,6 +94,7 @@ location ~ ^/(static|register) {
}
```

If you'll be using the [web API](https://github.com/ZerataX/matrix-registration/wiki/api), you'll also need to forward that endpoint. More information on reverse proxying [here](https://github.com/ZerataX/matrix-registration/wiki/reverse-proxy#optional)

### Custom registration page

Expand Down

0 comments on commit 663cee1

Please sign in to comment.