nixbld: increase max push size for HTTPS gitea

tecpak
Sebastien Bourdeauducq 2019-07-22 19:34:07 +08:00
父節點 af31db6d21
當前提交 06e8e67d10
共有 1 個檔案被更改,包括 3 行新增0 行删除

查看文件

@ -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;