Skip to content

Commit

Permalink
immich: increase upload size to 5G
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderio committed Oct 4, 2024
1 parent 4026564 commit 215b92c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hosts/vetinari/immich.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
locations."/" = {
proxyPass = "http://${config.services.immich.host}:${toString config.services.immich.port}";
proxyWebsockets = true;
extraConfig = ''
client_max_body_size 0;
'';
};
};
};
Expand Down

0 comments on commit 215b92c

Please sign in to comment.