increase client body limit to 1GB

This commit is contained in:
asyncnomi 2025-06-23 22:35:37 +02:00
parent 19b2eb37e5
commit ea4d89eedc

View file

@ -116,6 +116,9 @@ in
enableACME = true;
forceSSL = true;
locations."/".proxyPass = "http://localhost:3000";
extraConfig = ''
client_max_body_size 1G;
'';
};
};
};