diff --git a/docs/getting-started/env-configuration.md b/docs/getting-started/env-configuration.md index 73f7d56016..06d0662c65 100644 --- a/docs/getting-started/env-configuration.md +++ b/docs/getting-started/env-configuration.md @@ -3325,6 +3325,13 @@ If you use UVICORN_WORKERS, you also need to ensure that related environment var ::: +### Cache Settings + +#### `CACHE_CONTROL` + +- Type: `str` +- Description: Set the Cache-Control header on all HTTP responses. The default is no caching, so it is recommended to set this when deploying, e.g. to `private,max-age=86400`, to reduce loading time of the static files. + ### Proxy Settings Open WebUI supports using proxies for HTTP and HTTPS retrievals. To specify proxy settings,