summaryrefslogtreecommitdiff
path: root/deployment
diff options
context:
space:
mode:
Diffstat (limited to 'deployment')
-rw-r--r--deployment/systems/aisaka.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/deployment/systems/aisaka.scm b/deployment/systems/aisaka.scm
index e5c2945..5a99b18 100644
--- a/deployment/systems/aisaka.scm
+++ b/deployment/systems/aisaka.scm
@@ -242,7 +242,8 @@
(body (list "proxy_pass http://localhost:8008 ;"
"proxy_set_header X-Forwarded-For $remote_addr ;"
"proxy_set_header X-Forwarded-Proto $scheme ;"
- "proxy_set_header Host $host:$server_port ;"))
+ "proxy_set_header Host $host:$server_port ;"
+ "client_max_body_size 1024M ;"))
(uri "~ ^(/_matrix|/_synapse/client)")))
(define nginx-location-proxy-radicale