mastus: increase nginx upload size

This commit is contained in:
Gabriel Ebner 2021-06-27 15:36:17 +02:00
parent 3fdda46bdd
commit b49b708b0f
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
proxyPass = "http://127.0.0.1:${toString config.services.gitea.httpPort}";
extraConfig = ''
proxy_buffering off;
client_max_body_size 30M;
client_max_body_size 256M;
'';
};
};