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
feat: implement templating for the PROXY_CACHE_USE_STALE env var (#450)
* feat: implement templating for the `PROXY_CACHE_USE_STALE` env var
Fixes#437
This change modifies the startup scripts to support the optional
parameter `PROXY_CACHE_USE_STALE` which corresponds to the
NGINX directive with the same name. When this environment
variable is not set, a default is used.
Signed-off-by: Elijah Zupancic <[email protected]>
Co-Authored-By: Elijah Zupancic <[email protected]>
* Update common/docker-entrypoint.d/00-check-for-required-env.sh
Co-authored-by: Copilot <[email protected]>
* Update docs/getting_started.md
Co-authored-by: Copilot <[email protected]>
* Update common/docker-entrypoint.d/00-check-for-required-env.sh
Co-authored-by: Copilot <[email protected]>
---------
Signed-off-by: Elijah Zupancic <[email protected]>
Co-authored-by: MohammadHosein Bahmani <[email protected]>
Co-authored-by: Copilot <[email protected]>
0 commit comments