From 80111e0e91b96971c37adf24aa5cf8f61ef84f8a Mon Sep 17 00:00:00 2001 From: Antonio Cheong Date: Fri, 9 Jun 2023 22:23:27 +0800 Subject: [PATCH] Update sample link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b9788768..34604eff9 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ For a usable federating Dendrite deployment, you will also need: Also recommended are: - A PostgreSQL database engine, which will perform better than SQLite with many users and/or larger rooms -- A reverse proxy server, such as nginx, configured [like this sample](https://github.com/matrix-org/dendrite/blob/master/docs/nginx/monolith-sample.conf) +- A reverse proxy server, such as nginx, configured [like this sample](https://github.com/matrix-org/dendrite/blob/main/docs/nginx/dendrite-sample.conf) The [Federation Tester](https://federationtester.matrix.org) can be used to verify your deployment.