Increased max upload size

This commit is contained in:
Alejandro Angulo 2024-03-11 20:23:12 -07:00
parent 49953afdd9
commit 25ad6ef94f
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -32,7 +32,7 @@ in {
proxyPass = "http://127.0.0.1:${toString config.services.octoprint.port}";
proxyWebsockets = true;
extraConfig = ''
client_max_body_size 32m;
client_max_body_size 512m;
'';
};
}