|
7 | 7 | "headers": [ |
8 | 8 | { |
9 | 9 | "key": "Cache-Control", |
10 | | - "value": "public, max-age=7776000, s-maxage=31536000, immutable" |
| 10 | + "value": "public, max-age=15768000, s-maxage=31536000, immutable" |
11 | 11 | } |
12 | 12 | ] |
13 | 13 | }, |
|
16 | 16 | "headers": [ |
17 | 17 | { |
18 | 18 | "key": "Cache-Control", |
19 | | - "value": "public, max-age=86400, s-maxage=86400, stale-while-revalidate=3600" |
| 19 | + "value": "public, max-age=2592000, s-maxage=2592000, stale-while-revalidate=86400, stale-if-error=3600" |
20 | 20 | } |
21 | 21 | ] |
22 | 22 | }, |
|
34 | 34 | "headers": [ |
35 | 35 | { |
36 | 36 | "key": "Cache-Control", |
37 | | - "value": "public, max-age=1800, s-maxage=1800, stale-while-revalidate=600" |
| 37 | + "value": "public, max-age=3600, s-maxage=10800, stale-while-revalidate=7200" |
38 | 38 | } |
39 | 39 | ] |
40 | 40 | }, |
|
43 | 43 | "headers": [ |
44 | 44 | { |
45 | 45 | "key": "Cache-Control", |
46 | | - "value": "public, max-age=86400, s-maxage=86400, stale-while-revalidate=3600" |
| 46 | + "value": "public, max-age=86400, s-maxage=86400, stale-while-revalidate=3600, stale-if-error=1800" |
47 | 47 | } |
48 | 48 | ] |
49 | 49 | }, |
|
52 | 52 | "headers": [ |
53 | 53 | { |
54 | 54 | "key": "Cache-Control", |
55 | | - "value": "public, max-age=3600, s-maxage=3600, stale-while-revalidate=600" |
| 55 | + "value": "public, max-age=14400, s-maxage=28800, stale-while-revalidate=3600" |
56 | 56 | } |
57 | 57 | ] |
58 | 58 | }, |
| 59 | + { |
| 60 | + "source": "/**/*.html", |
| 61 | + "headers": [{ |
| 62 | + "key": "Cache-Control", |
| 63 | + "value": "public, max-age=60, s-maxage=300, stale-while-revalidate=3600, stale-if-error=1800" |
| 64 | + }] |
| 65 | + }, |
59 | 66 | { |
60 | 67 | "source": "/(\\w{2})?/links", |
61 | 68 | "headers": [ |
62 | 69 | { |
63 | 70 | "key": "Cache-Control", |
64 | | - "value": "public, max-age=600, s-maxage=600, stale-while-revalidate=300" |
| 71 | + "value": "public, max-age=3600, s-maxage=3600, stale-while-revalidate=1800" |
65 | 72 | } |
66 | 73 | ] |
67 | 74 | }, |
|
77 | 84 | "headers": [ |
78 | 85 | { |
79 | 86 | "key": "Cache-Control", |
80 | | - "value": "public, max-age=3600, s-maxage=3600, stale-while-revalidate=600" |
| 87 | + "value": "public, max-age=3600, s-maxage=3600, stale-while-revalidate=600, stale-if-error=1800" |
81 | 88 | } |
82 | 89 | ] |
83 | 90 | } |
|
0 commit comments