chore(services/photoprism): increase upload size limit to 500M -> 800M
This commit is contained in:
parent
52de926d9f
commit
d8d9df5182
|
@ -319,7 +319,7 @@ in {
|
|||
proxyWebsockets = true;
|
||||
};
|
||||
extraConfig = ''
|
||||
client_max_body_size 500M;
|
||||
client_max_body_size 800M;
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue