From 3d4ed3e4fcf6729340072a9773d301bb26bc2c76 Mon Sep 17 00:00:00 2001 From: olly1240 Date: Tue, 24 Oct 2023 11:56:49 +0000 Subject: [PATCH] Fixed nginx proxy_pass directive --- DEPLOY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPLOY.md b/DEPLOY.md index d56f4dbc..1fc9c242 100644 --- a/DEPLOY.md +++ b/DEPLOY.md @@ -248,7 +248,7 @@ server { location /_matrix/ { # TCP - proxy_pass http://127.0.0.1:6167$request_uri; + proxy_pass http://127.0.0.1:6167; # UNIX socket #proxy_pass http://backend;