feat(services/photoprism): allow 800M upload via tammena.me
This commit is contained in:
parent
d8d9df5182
commit
25f07db51c
|
@ -55,6 +55,12 @@ in {
|
|||
proxyPass = "http://${config.host}.taila034c.ts.net:${builtins.toString config.port}";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
extraConfig =
|
||||
if name == "foto"
|
||||
then ''
|
||||
client_max_body_size 800M;
|
||||
''
|
||||
else "";
|
||||
};
|
||||
};
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue