This commit is contained in:
Aleksandr Lebedev 2025-09-28 21:30:22 +02:00
parent fe478e3153
commit d493086d9d

View file

@ -61,6 +61,9 @@ in {
forceSSL = true;
locations."/" = {
proxyPass = "http://[::1]:${toString config.services.immich.port}";
extraConfig = ''
client_max_body_size 10G;
'';
};
};