diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-05-25 09:03:28 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-05-25 09:03:28 +0200 |
commit | e0555619bd00dae082e625235cbe89d38987f4fe (patch) | |
tree | 0960141b1790c5b27c7250e1a2f84b6cb695dd27 | |
parent | 676df647678c193fc25ed935c98629088bc71b41 (diff) | |
download | nixos-e0555619bd00dae082e625235cbe89d38987f4fe.tar nixos-e0555619bd00dae082e625235cbe89d38987f4fe.tar.gz nixos-e0555619bd00dae082e625235cbe89d38987f4fe.tar.bz2 nixos-e0555619bd00dae082e625235cbe89d38987f4fe.tar.xz nixos-e0555619bd00dae082e625235cbe89d38987f4fe.zip |
...
-rw-r--r-- | hosts/surtr/kimai.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/surtr/kimai.nix b/hosts/surtr/kimai.nix index a3712bb2..454b3d80 100644 --- a/hosts/surtr/kimai.nix +++ b/hosts/surtr/kimai.nix | |||
@@ -47,6 +47,8 @@ | |||
47 | client_max_body_size 0; | 47 | client_max_body_size 0; |
48 | proxy_request_buffering off; | 48 | proxy_request_buffering off; |
49 | proxy_buffering off; | 49 | proxy_buffering off; |
50 | |||
51 | proxy_read_timeout 300; | ||
50 | ''; | 52 | ''; |
51 | }; | 53 | }; |
52 | }; | 54 | }; |