nixbld: increase max push size for HTTPS gitea

tecpak
Sebastien Bourdeauducq 2019-07-22 19:34:07 +08:00
vecāks af31db6d21
revīzija 06e8e67d10
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām

Parādīt failu

@ -327,6 +327,9 @@ ACTION=="add", SUBSYSTEM=="tty", \
forceSSL = true;
useACMEHost = "nixbld.m-labs.hk";
locations."/".proxyPass = "http://127.0.0.1:3001";
extraConfig = ''
client_max_body_size 300M;
'';
};
"chat.m-labs.hk" = {
forceSSL = true;