File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,6 @@ disable "src/web_performance/pre-compressed_content_brotli.conf"
89
89
disable "src/web_performance/pre-compressed_content_gzip.conf"
90
90
disable "src/web_performance/content_transformation.conf"
91
91
enable "src/web_performance/etags.conf"
92
- enable "src/web_performance/expires_headers .conf"
92
+ enable "src/web_performance/cache_expiration .conf"
93
93
disable "src/web_performance/file_concatenation.conf"
94
94
disable "src/web_performance/filename-based_cache_busting.conf"
Original file line number Diff line number Diff line change 1
1
# ----------------------------------------------------------------------
2
- # | Expires headers |
2
+ # | Cache expiration |
3
3
# ----------------------------------------------------------------------
4
4
5
5
# Serve resources with far-future expiration date.
Original file line number Diff line number Diff line change @@ -87,6 +87,6 @@ enable "src/web_performance/pre-compressed_content_brotli.conf"
87
87
enable "src/web_performance/pre-compressed_content_gzip.conf"
88
88
enable "src/web_performance/content_transformation.conf"
89
89
enable "src/web_performance/etags.conf"
90
- enable "src/web_performance/expires_headers .conf"
90
+ enable "src/web_performance/cache_expiration .conf"
91
91
enable "src/web_performance/file_concatenation.conf"
92
92
enable "src/web_performance/filename-based_cache_busting.conf"
You can’t perform that action at this time.
0 commit comments