Increased max upload size

This commit is contained in:
Alejandro Angulo 2023-10-07 17:44:40 -07:00
parent 1f444f8535
commit 9a13503140
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -26,6 +26,7 @@ in {
services.nginx = {
enable = true;
recommendedProxySettings = true;
clientMaxBodySize = "32m";
virtualHosts."octoprint.kilonull.com" =
{
locations."/" = {