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 <e.zupancic@f5.com>
Co-Authored-By: Elijah Zupancic <e.zupancic@f5.com>
* Update common/docker-entrypoint.d/00-check-for-required-env.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update docs/getting_started.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update common/docker-entrypoint.d/00-check-for-required-env.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Signed-off-by: Elijah Zupancic <e.zupancic@f5.com>
Co-authored-by: MohammadHosein Bahmani <mhossein.bahmani@divar.ir>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
0 commit comments