From 436a64d610b89c7d803cb2749b57f2a4fc71fec5 Mon Sep 17 00:00:00 2001 From: FORCHA Date: Tue, 11 Jan 2022 21:07:48 +0100 Subject: [PATCH] Update monolith-sample.conf -Replaced undefined monolith value with server_name (my.hostname.com) value in reference tho ths issue https://github.com/matrix-org/dendrite/issues/2078 --- docs/nginx/monolith-sample.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nginx/monolith-sample.conf b/docs/nginx/monolith-sample.conf index 0344aa96c..1b5286cfa 100644 --- a/docs/nginx/monolith-sample.conf +++ b/docs/nginx/monolith-sample.conf @@ -23,6 +23,6 @@ server { } location /_matrix { - proxy_pass http://monolith:8008; + proxy_pass http://my.hostname.com:8008; } }