increase max body size for workout-sync
This commit is contained in:
@@ -48,7 +48,12 @@ in
|
|||||||
|
|
||||||
modules.services.webserver = {
|
modules.services.webserver = {
|
||||||
enable = lib.mkDefault true;
|
enable = lib.mkDefault true;
|
||||||
vHosts.${fqdn}.locations."/".proxyPort = port;
|
vHosts.${fqdn}.locations."/" = {
|
||||||
|
proxyPort = port;
|
||||||
|
extraConfig = ''
|
||||||
|
client_max_body_size 50m;
|
||||||
|
'';
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user