From a31c9b0c627a1cb9bab930ac6472e1bbdd573bd7 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Mon, 22 Sep 2025 19:50:56 +0000 Subject: [PATCH] Fix documented examples of delegation. (fixes #165) Signed-off-by: Jason Volk --- docs/deploying/generic.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deploying/generic.md b/docs/deploying/generic.md index f73aef58..93544546 100644 --- a/docs/deploying/generic.md +++ b/docs/deploying/generic.md @@ -187,8 +187,8 @@ See the following spec pages for more details on these files: - [`/.well-known/matrix/support`](https://spec.matrix.org/latest/client-server-api/#getwell-knownmatrixsupport) Examples of delegation: -- -- +- +- For Apache and Nginx there are many examples available online.