fix: Attempt to fix immich

This commit is contained in:
Emelie Graven 2026-02-22 13:05:43 +01:00
parent 0a05b244b9
commit 7d3a905a5b
2 changed files with 7 additions and 4 deletions

View file

@ -4,5 +4,6 @@
services.immich = {
enable = true;
port = 2283;
host = "immich.graven.dev";
};
}

View file

@ -17,6 +17,8 @@
proxy_read_timeout 600s;
proxy_send_timeout 600s;
send_timeout 600s;
proxy_max_temp_file_size 0;
proxy_buffering off;
'';
};
};