From a19f76788f5df6f62764245a40cf1ffbda0b21b2 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Sun, 4 Apr 2021 23:46:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=20staticPrefix=20=E4=B8=8D?= =?UTF-8?q?=E8=87=AA=E5=B8=A6=20ctxPath?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/core/src/main/resources/config/jeesite-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/src/main/resources/config/jeesite-core.yml b/modules/core/src/main/resources/config/jeesite-core.yml index 211a7168..68376fad 100644 --- a/modules/core/src/main/resources/config/jeesite-core.yml +++ b/modules/core/src/main/resources/config/jeesite-core.yml @@ -563,7 +563,7 @@ web: # 静态文件后缀,排除的url路径,指定哪些uri路径不进行静态文件过滤。 staticFileExcludeUri: /druid/ - # 静态资源路径前缀,可做CDN加速优化 + # 静态资源路径前缀,可做 CDN 加速优化,默认前面增加 ctxPath 前缀,如果前面写 “//” 两个斜杠 或 包含 “://” 不加 ctxPath。 staticPrefix: /static # 严格模式(更严格的数据安全验证)