From c046c28f7df588826b329ac3866b77dbd42c7357 Mon Sep 17 00:00:00 2001 From: allen Date: Tue, 19 Sep 2023 15:16:42 +0800 Subject: [PATCH] docs: update proxy-cache.md for incorrect language (#10183) --- docs/en/latest/plugins/proxy-cache.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/latest/plugins/proxy-cache.md b/docs/en/latest/plugins/proxy-cache.md index 885fe2334300..8b31baa46ef7 100644 --- a/docs/en/latest/plugins/proxy-cache.md +++ b/docs/en/latest/plugins/proxy-cache.md @@ -62,7 +62,7 @@ You can add your cache configuration in you APISIX configuration file (`conf/con ```yaml title="conf/config.yaml" apisix: proxy_cache: - cache_ttl: 10s # 如果上游未指定缓存时间,则为默认磁盘缓存时间 + cache_ttl: 10s # default cache TTL for caching on disk zones: - name: disk_cache_one memory_size: 50m