allow larger uploads to gitea, mostly to support lfs
This commit is contained in:
parent
f34301c30f
commit
d945131bec
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ in {
|
|||
|
||||
networking.firewall.allowedTCPPorts = [sshPort];
|
||||
services.nginx = {
|
||||
clientMaxBodySize = "512M";
|
||||
virtualHosts = {
|
||||
"${domain}" = {
|
||||
forceSSL = true;
|
||||
|
|
Loading…
Reference in a new issue