docs: General updates for beta 18

This commit is contained in:
Matthew Holt 2020-03-21 21:03:55 -06:00
parent ca8197d483
commit 6f712d4ee4
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5
11 changed files with 114 additions and 118 deletions

View file

@ -70,7 +70,7 @@ Strip `api/` prefix from request path just before proxying all API requests to a
```
route /api/* {
strip_prefix api/
uri strip_prefix api/
reverse_proxy localhost:9000
}
```