Infini-DL360/forgejo: disable upload limits

This commit is contained in:
Infinidoge 2025-04-08 12:36:25 -04:00
parent d7a0d49acc
commit 8e86e2f8d5
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -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;
'';
};
};