increase upload limit for both matrix and calibre-web

This commit is contained in:
Anish Lakhwara
2023-01-10 22:10:54 +10:00
parent 1076452eff
commit 0a0da37807
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -36,6 +36,7 @@
extraConfig = ''
proxy_pass http://localhost:8083/;
proxy_set_header X-Forwarded-Host $host;
client_max_body_size 50M;
'';
};
};