services: photoprism: bump max body size

This commit is contained in:
Antoine Martin 2022-10-12 02:19:02 +02:00
parent f536901847
commit 9612efeb21

View file

@ -75,6 +75,7 @@ in {
proxy_connect_timeout 600;
proxy_read_timeout 600;
proxy_send_timeout 600;
client_max_body_size 100m;
'';
};
};