diff --git a/maubot/usage/setup/reverse-proxy.md b/maubot/usage/setup/reverse-proxy.md index 7a4c723..3a71912 100644 --- a/maubot/usage/setup/reverse-proxy.md +++ b/maubot/usage/setup/reverse-proxy.md @@ -9,7 +9,7 @@ Caddy 2 supports websockets out of the box with no additional configuration. ```Caddyfile example.com { - reverse_proxy /_matrix/maubot http://localhost:29316 + reverse_proxy /_matrix/maubot/* http://localhost:29316 } ```