File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -273,6 +273,22 @@ object.
273273``OPENWISP_CONTROLLER_CONTEXT `` can be used to define system-wide
274274configuration variables.
275275
276+ .. important ::
277+
278+ After modifying the system-defined variables in
279+ ``OPENWISP_CONTROLLER_CONTEXT ``, clear the cache to ensure that
280+ devices, templates, and VPN receive the updated configuration values:
281+
282+ .. code-block :: bash
283+
284+ ./manage.py clear_cache
285+
286+ System-defined variables can be referenced in VPN, Template, and
287+ Config objects. When these variables are updated, existing cached
288+ configurations that depend on them do not automatically reflect the
289+ new values. Consequently, devices may continue using outdated
290+ configurations unless the cache is cleared.
291+
276292For more information regarding how to use configuration variables in
277293OpenWISP, refer to :doc: `variables `.
278294
You can’t perform that action at this time.
0 commit comments