啟用 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。