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.

misszia committed Apr 19, 2025 at 07:36 UTC 4be31f555445b0023ae033f5d0404437fc42eb52
1 file changed +1
docs/docs/meshcentral/index.md
+1
@@ -1095,6 +1095,7 @@ First we will start with the MeshCentral configuration, here is a minimal config
1095 "domains": {
1096 "": {
1097 "certUrl": "https://127.0.0.1:443/"
1098 + "AgentConfig": [ "webSocketMaskOverride=1" ]
1099 }
1100 }
1101 }