3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-10-19 06:33:24 +00:00

Increase max body size for the nginx proxy

Otherwise, we can't support large media file uploads.
This commit is contained in:
Slavi Pantaleev
2017-08-12 15:39:21 +03:00
parent 887d14884e
commit 1cd227b699
2 changed files with 15 additions and 9 deletions

View File

@@ -34,4 +34,4 @@ server {
proxy_pass http://riot:8765;
proxy_set_header X-Forwarded-For $remote_addr;
}
}
}