Do not expose Admin API in caddy reverse proxy example (#16027)

Signed-off-by: Nils ANDRÉ-CHANG <nils@nilsand.re>
This commit is contained in:
Nils 2023-07-31 13:25:06 +02:00 committed by GitHub
parent 21407c6709
commit e02f4b7de2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/16027.doc Normal file
View File

@ -0,0 +1 @@
Do not expose Admin API in caddy reverse proxy example. Contributed by @NilsIrl.

View File

@ -95,7 +95,7 @@ matrix.example.com {
}
example.com:8448 {
reverse_proxy localhost:8008
reverse_proxy /_matrix/* localhost:8008
}
```