Infini-DL360/forgejo: disable upload limits
This commit is contained in:
parent
d7a0d49acc
commit
8e86e2f8d5
1 changed files with 2 additions and 0 deletions
|
@ -107,6 +107,8 @@ in
|
||||||
proxyPass = "http://${cfg.settings.server.DOMAIN}:${toString cfg.settings.server.HTTP_PORT}";
|
proxyPass = "http://${cfg.settings.server.DOMAIN}:${toString cfg.settings.server.HTTP_PORT}";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
access_log /var/log/nginx/access.log combined if=$forgejo_access_log;
|
access_log /var/log/nginx/access.log combined if=$forgejo_access_log;
|
||||||
|
client_max_body_size 0;
|
||||||
|
proxy_request_buffering off;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue