Forgejo: Set nginx request size for git-lfs
This commit is contained in:
parent
c860fef7aa
commit
44f98a69d1
1 changed files with 4 additions and 0 deletions
|
@ -123,6 +123,10 @@ in
|
|||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/".proxyPass = "http://localhost:3001/";
|
||||
extraConfig = ''
|
||||
# Maximum upload file size for git-lfs
|
||||
client_max_body_size 100M;
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue