forked from betamike/betamike-infra
increase max upload size and add new channel to bridge
This commit is contained in:
parent
5165d0dfd4
commit
f99cc5504c
@ -56,6 +56,7 @@ RemoteNickFormat="{NICK} [{PROTOCOL}]"
|
|||||||
"bot-test",
|
"bot-test",
|
||||||
"cryptic-bunker",
|
"cryptic-bunker",
|
||||||
"cryptic-chat",
|
"cryptic-chat",
|
||||||
|
"cryptic-net-public",
|
||||||
"dumbathon",
|
"dumbathon",
|
||||||
"europe",
|
"europe",
|
||||||
"generic-gaming",
|
"generic-gaming",
|
||||||
|
@ -49,6 +49,9 @@ in
|
|||||||
"repository.upload" = {
|
"repository.upload" = {
|
||||||
FILE_MAX_SIZE = 50;
|
FILE_MAX_SIZE = 50;
|
||||||
};
|
};
|
||||||
|
attachment = {
|
||||||
|
MAX_SIZE = 50;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -59,6 +62,8 @@ in
|
|||||||
recommendedGzipSettings = true;
|
recommendedGzipSettings = true;
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
|
|
||||||
|
clientMaxBodySize = "50M";
|
||||||
|
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"code.betamike.com" = {
|
"code.betamike.com" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user