chore(services/photoprism): increase upload size limit to 500M -> 800M

This commit is contained in:
Malte Tammena 2024-01-05 16:58:25 +01:00
parent 52de926d9f
commit d8d9df5182

View file

@ -319,7 +319,7 @@ in {
proxyWebsockets = true;
};
extraConfig = ''
client_max_body_size 500M;
client_max_body_size 800M;
'';
};