summaryrefslogtreecommitdiff
path: root/DEPLOY.md
diff options
context:
space:
mode:
Diffstat (limited to 'DEPLOY.md')
-rw-r--r--DEPLOY.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/DEPLOY.md b/DEPLOY.md
index a2f93b1..c484823 100644
--- a/DEPLOY.md
+++ b/DEPLOY.md
@@ -222,6 +222,9 @@ server {
server_name your.server.name; # EDIT THIS
merge_slashes off;
+ # Nginx defaults to only allow 1MB uploads
+ client_max_body_size 20M;
+
location /_matrix/ {
proxy_pass http://127.0.0.1:6167$request_uri;
proxy_set_header Host $http_host;