fix: mechabellum: 413

This commit is contained in:
2026-06-07 23:14:14 +00:00
parent 129c82c863
commit f4a59ff117
4 changed files with 127 additions and 0 deletions
+1
View File
@@ -37,6 +37,7 @@ in {
proxyPass = "http://${apiHost}:${builtins.toString apiPort}";
extraConfig = ''
proxy_http_version 1.1;
client_max_body_size 500M;
'';
};