forked from M-Labs/nix-scripts
nixbld: increase max push size for HTTPS gitea
This commit is contained in:
parent
af31db6d21
commit
06e8e67d10
|
@ -327,6 +327,9 @@ ACTION=="add", SUBSYSTEM=="tty", \
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
useACMEHost = "nixbld.m-labs.hk";
|
useACMEHost = "nixbld.m-labs.hk";
|
||||||
locations."/".proxyPass = "http://127.0.0.1:3001";
|
locations."/".proxyPass = "http://127.0.0.1:3001";
|
||||||
|
extraConfig = ''
|
||||||
|
client_max_body_size 300M;
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
"chat.m-labs.hk" = {
|
"chat.m-labs.hk" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
|
|
Loading…
Reference in New Issue