From 4be31f555445b0023ae033f5d0404437fc42eb52 Mon Sep 17 00:00:00 2001 From: misszia <66983752+misszia@users.noreply.github.com> Date: Sat, 19 Apr 2025 07:36:45 +1000 Subject: [PATCH] Clarify AgentConfig in Traefik guide (#6984) Docs mention the agentconfig line without it being in the code block. I'm pretty sure this is both needed and the correct agent flag. --- docs/docs/meshcentral/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/meshcentral/index.md b/docs/docs/meshcentral/index.md index b25ac0f7..1010a4b6 100644 --- a/docs/docs/meshcentral/index.md +++ b/docs/docs/meshcentral/index.md @@ -1095,6 +1095,7 @@ First we will start with the MeshCentral configuration, here is a minimal config "domains": { "": { "certUrl": "https://127.0.0.1:443/" + "AgentConfig": [ "webSocketMaskOverride=1" ] } } }