From 85958c75ce099276dea64e5ebc80c776bb7a9dde Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Sat, 7 Jun 2025 11:25:48 -0500 Subject: [PATCH] update max files for obsi sync --- hosts/oracle/o001/nginx.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hosts/oracle/o001/nginx.nix b/hosts/oracle/o001/nginx.nix index 543351a..cc634d9 100644 --- a/hosts/oracle/o001/nginx.nix +++ b/hosts/oracle/o001/nginx.nix @@ -140,6 +140,13 @@ locations."/" = { proxyPass = "http://100.64.0.1:5984"; }; + extraConfig = '' + client_max_body_size 100M; + proxy_redirect off; + proxy_buffering off; + proxy_set_header Host $host; + proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; + ''; }; "_" = {