Increased max upload size
This commit is contained in:
parent
1f444f8535
commit
9a13503140
|
@ -26,6 +26,7 @@ in {
|
|||
services.nginx = {
|
||||
enable = true;
|
||||
recommendedProxySettings = true;
|
||||
clientMaxBodySize = "32m";
|
||||
virtualHosts."octoprint.kilonull.com" =
|
||||
{
|
||||
locations."/" = {
|
||||
|
|
Loading…
Reference in a new issue