feat: uncap file size for immich
This commit is contained in:
parent
faec1a847c
commit
cf8182afd6
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ in
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://localhost:2283";
|
proxyPass = "http://localhost:2283";
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
extraConfig = "client_max_body_size 50000M;"; # for large video uploads
|
extraConfig = "client_max_body_size 0;";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue