diff --git a/hosts/Infini-DL360/forgejo.nix b/hosts/Infini-DL360/forgejo.nix index f900003..4e132a2 100644 --- a/hosts/Infini-DL360/forgejo.nix +++ b/hosts/Infini-DL360/forgejo.nix @@ -107,6 +107,8 @@ in proxyPass = "http://${cfg.settings.server.DOMAIN}:${toString cfg.settings.server.HTTP_PORT}"; extraConfig = '' access_log /var/log/nginx/access.log combined if=$forgejo_access_log; + client_max_body_size 0; + proxy_request_buffering off; ''; }; };