Compare commits
3 Commits
ce47072b0d
...
e3c4bf8969
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e3c4bf8969
|
||
|
|
cc6cebb8a2
|
||
|
|
4dbc960eed
|
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "her",
|
||||
"chef_environment": "production",
|
||||
"normal": {
|
||||
"knife_zero": {
|
||||
"host": "10.1.1.222"
|
||||
@@ -19,6 +20,7 @@
|
||||
"kosmos-base",
|
||||
"kosmos-base::default",
|
||||
"kosmos_kvm::host",
|
||||
"kosmos_kvm::backup",
|
||||
"apt::default",
|
||||
"timezone_iii::default",
|
||||
"timezone_iii::debian",
|
||||
|
||||
@@ -19,7 +19,7 @@ end
|
||||
|
||||
openresty_stream "ejabberd" do
|
||||
template "nginx_conf_streams.erb"
|
||||
variables ejabberd_hosts: ["10.1.1.113"],
|
||||
variables ejabberd_hosts: ["10.1.1.123"],
|
||||
stun_turn_port: node["ejabberd"]["stun_turn_port"],
|
||||
turn_min_port: node["ejabberd"]["turn_min_port"],
|
||||
turn_max_port: node["ejabberd"]["turn_max_port"]
|
||||
|
||||
@@ -106,8 +106,10 @@ auth_method: sql
|
||||
default_db: sql
|
||||
|
||||
shaper:
|
||||
normal: 1000
|
||||
fast: 50000
|
||||
normal:
|
||||
rate: 3000
|
||||
burst_size: 20000
|
||||
fast: 100000
|
||||
|
||||
max_fsm_queue: 10000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user