Skip to content
Snippets Groups Projects
Unverified Commit e02f4b7d authored by Nils's avatar Nils Committed by GitHub
Browse files

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

parent 21407c67
No related branches found
No related tags found
No related merge requests found
Do not expose Admin API in caddy reverse proxy example. Contributed by @NilsIrl.
......@@ -95,7 +95,7 @@ matrix.example.com {
}
example.com:8448 {
reverse_proxy localhost:8008
reverse_proxy /_matrix/* localhost:8008
}
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment