File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
lib/CatalystX/Fastly/Role Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -70,25 +70,25 @@ affected are:
70
70
71
71
=over 4
72
72
73
- =item -
73
+ =item Cache-Control
74
74
75
- Cache-Control: HTTP client (e.g. browser) and CDN (if Surrogate-Control not used) cache settings
75
+ HTTP client (e.g. browser) and CDN (if Surrogate-Control not used) cache settings
76
76
77
- =item -
77
+ =item Surrogate-Control
78
78
79
- Surrogate-Control: CDN only cache settings
79
+ CDN only cache settings
80
80
81
- =item -
81
+ =item Surrogate-Key
82
82
83
- Surrogate-Key: CDN only, can then later be used to purge content
83
+ CDN only, can then later be used to purge content
84
84
85
- =item -
85
+ =item Pragma
86
86
87
- Pragma: only set for for L<browser_never_cache>
87
+ only set for for L<browser_never_cache>
88
88
89
- =item -
89
+ =item Expires
90
90
91
- Expires: only for L<browser_never_cache>
91
+ only for L<browser_never_cache>
92
92
93
93
=back
94
94
You can’t perform that action at this time.
0 commit comments