diff --git a/hosts/thea/nginx.nix b/hosts/thea/nginx.nix index a133da8..af73b54 100644 --- a/hosts/thea/nginx.nix +++ b/hosts/thea/nginx.nix @@ -112,7 +112,7 @@ in proxyPass = "http://${sin-address}:8086"; extraConfig = '' proxy_set_header X-Real-IP $remote_addr; - client_max_body_size 64M; + client_max_body_size 100M; ''; }; };