From ce17cd7bf808a9752ee17e60554bc5c29335dd99 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 21 Feb 2022 15:24:53 +0100 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 5be9ffb..79b2fd8 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -36,7 +36,7 @@ location /_matrix { client_max_body_size 100M; } -location /_synapse { +location /_synapse/admin { proxy_pass http://127.0.0.1:8008; proxy_set_header X-Forwarded-For $remote_addr; proxy_set_header Host $host;