启用 EdgeCache
- 要启用 EdgeCache,请设置以下 HTTP 响应标头( 不要偏离此确切格式 ):
Cache-Control标题到public, max-age=X其中:X = the number of seconds that you want the response to be cached forX > 60 secondsX < 365*24*60*60
- 将
Pragma标头设置为Public。
Cache-Control 标题到 public, max-age=X 其中:
X = the number of seconds that you want the response to be cached forX > 60 secondsX < 365*24*60*60Pragma 标头设置为 Public。