You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TarradeMarc edited this page Sep 11, 2025
·
1 revision
The 'configReload' configuration has the following format:
"configReload": ""
Envoy will request it's decoy config to the controlpanel every minute, updating its own local cache with the content. This means that if an operator edits the config, then the change will be taken into account at the next reload.
If the proxy crashes, it will lose its local cache. This cache will be retrieved from the controlpanel at the next reload.
If 'configReload' is specified, the value (in seconds) will replace the default '60' value.