修改缓存策略参数验证与处理逻辑
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user