add meshcentral port alias to fix chat
This commit is contained in:
parent
e9d71f169c
commit
9a687fec9b
|
@ -33,7 +33,8 @@ if [ ! -f "/home/node/app/meshcentral-data/config.json" ] || [[ "${MESH_PERSISTE
|
||||||
"WANonly": true,
|
"WANonly": true,
|
||||||
"Minify": 1,
|
"Minify": 1,
|
||||||
"Port": 4443,
|
"Port": 4443,
|
||||||
"AgentPort": 443,
|
"AgentAliasPort": 443,
|
||||||
|
"aliasPort": 443,
|
||||||
"AllowLoginToken": true,
|
"AllowLoginToken": true,
|
||||||
"AllowFraming": true,
|
"AllowFraming": true,
|
||||||
"_AgentPing": 60,
|
"_AgentPing": 60,
|
||||||
|
|
Loading…
Reference in New Issue