Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit e02f4b7

Browse files
authored
Do not expose Admin API in caddy reverse proxy example (#16027)
Signed-off-by: Nils ANDRÉ-CHANG <nils@nilsand.re>
1 parent 21407c6 commit e02f4b7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/16027.doc

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

docs/reverse_proxy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ matrix.example.com {
9595
}
9696
9797
example.com:8448 {
98-
reverse_proxy localhost:8008
98+
reverse_proxy /_matrix/* localhost:8008
9999
}
100100
```
101101

0 commit comments

Comments
 (0)