summaryrefslogtreecommitdiff
path: root/DEPLOY.md
diff options
context:
space:
mode:
authorJacob Taylor <jacob@explodie.org>2023-07-02 18:00:30 +0000
committerJacob Taylor <jacob@explodie.org>2023-07-02 18:00:30 +0000
commit2640f67e4b6373c6db0032cdc3786d07d14e4309 (patch)
tree77f4281b1596f71c642bd8271a66d8f2f23827ba /DEPLOY.md
parentdc50197a13e2d66608f1ee121b7db34a964031dd (diff)
downloadconduit-2640f67e4b6373c6db0032cdc3786d07d14e4309.zip
remove comments
Diffstat (limited to 'DEPLOY.md')
-rw-r--r--DEPLOY.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/DEPLOY.md b/DEPLOY.md
index 8a6e48a..e5e1530 100644
--- a/DEPLOY.md
+++ b/DEPLOY.md
@@ -224,7 +224,6 @@ Listen 8448
ServerName your.server.name # EDIT THIS
AllowEncodedSlashes NoDecode
-# joining large rooms can be slow. increase timeout to 600 if you still have issues.
ProxyPass /_matrix/ http://127.0.0.1:6167/_matrix/ timeout=300 nocanon
ProxyPassReverse /_matrix/ http://127.0.0.1:6167/_matrix/
@@ -278,7 +277,6 @@ server {
proxy_pass http://127.0.0.1:6167$request_uri;
proxy_set_header Host $http_host;
proxy_buffering off;
- # joining large rooms can be slow. increase to 10m if you still have issues.
proxy_read_timeout 5m;
}