generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 11
ConfigReload
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.