services: bump max body size for photo services
This commit is contained in:
parent
78907fe130
commit
4357075394
|
@ -74,7 +74,7 @@ in {
|
|||
proxy_connect_timeout 600;
|
||||
proxy_read_timeout 600;
|
||||
proxy_send_timeout 600;
|
||||
client_max_body_size 100m;
|
||||
client_max_body_size 500m;
|
||||
access_log syslog:server=unix:/dev/log,tag=immich;
|
||||
'';
|
||||
};
|
||||
|
|
|
@ -61,7 +61,7 @@ in {
|
|||
proxy_connect_timeout 600;
|
||||
proxy_read_timeout 600;
|
||||
proxy_send_timeout 600;
|
||||
client_max_body_size 100m;
|
||||
client_max_body_size 500m;
|
||||
access_log syslog:server=unix:/dev/log,tag=photoprism;
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue