修改缓存策略参数验证与处理逻辑

This commit is contained in:
zhangwei
2018-11-13 11:14:51 +08:00
parent 9ac9b35d07
commit 71803f7d3b
4 changed files with 77 additions and 30 deletions

View File

@@ -1351,7 +1351,7 @@ cache_whitelist=Cache Bypass
cache_key=Cache key
ignore_query_string=Ignore Query String in URL
include_cookie=Include Cookie Values
no_revalidate=Cache Revalidate
no_revalidate=No Revalidate
cache_dyn_url=Cache Dynamic Content
cache_cookied_cont=Cache Cookied Content
ignore_req_nocache=Ignore Request no-cache Headers
@@ -1362,3 +1362,6 @@ pinning_time=Cache Pinning Time
max_cache_size=Max Cache Size
inactive_time=Inactive Time
max_cache_obj_size=Max Cache Object Size
cache_time_error=Cache time can not exceed 24 hours(1440 minutes,86400 seconds).
cache_size_error=Cache size can not exceed 1024TB(1048576GB,1073741824MB).
ignore_qs_error=Ignore query string has invisible character or comma