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.
This commit is contained in:
misszia 2025-04-19 07:36:45 +10:00 committed by GitHub
parent 95e1796844
commit 4be31f5554
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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" ]
}
}
}