-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustomHttp.yml
More file actions
27 lines (27 loc) · 747 Bytes
/
Copy pathcustomHttp.yml
File metadata and controls
27 lines (27 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
customHeaders:
- pattern: '/index.html'
headers:
- key: 'Cache-Control'
value: 'no-store, no-cache, must-revalidate'
- key: 'Pragma'
value: 'no-cache'
- pattern: '/sitemap.xml'
headers:
- key: 'Cache-Control'
value: 'public, max-age=3600'
- pattern: '/robots.txt'
headers:
- key: 'Cache-Control'
value: 'public, max-age=3600'
- pattern: '/og-image.png'
headers:
- key: 'Cache-Control'
value: 'public, max-age=86400'
- pattern: '**/*.js'
headers:
- key: 'Cache-Control'
value: 'public, max-age=31536000, immutable'
- pattern: '**/*.css'
headers:
- key: 'Cache-Control'
value: 'public, max-age=31536000, immutable'