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