loptland: allow connections to git to be <200mb for large lfs files
This commit is contained in:
parent
2db7f29de5
commit
b441792a6b
1 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,9 @@ in
|
|||
useACMEHost = mkIf cfg.enableAcme domainName;
|
||||
|
||||
locations."/" = {
|
||||
extraConfig = ''
|
||||
client_max_body_size 200M;
|
||||
'';
|
||||
proxyPass = "http://localhost:${toString forgejoPort}/";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue