mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
set higher nginx timout for immich
This commit is contained in:
parent
99f42f5841
commit
1713fbb4d2
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@
|
||||||
recommendedTlsSettings = true;
|
recommendedTlsSettings = true;
|
||||||
# For immich
|
# For immich
|
||||||
clientMaxBodySize = "50000M";
|
clientMaxBodySize = "50000M";
|
||||||
|
proxyTimeout = "600s";
|
||||||
virtualHosts =
|
virtualHosts =
|
||||||
builtins.mapAttrs
|
builtins.mapAttrs
|
||||||
(
|
(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue