Skip to content

Commit

Permalink
Rename cache expiration rules file to make it more generic
Browse files Browse the repository at this point in the history
No more Expires header only
  • Loading branch information
LeoColomb committed May 16, 2018
1 parent 956a606 commit 11690c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion htaccess.conf
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ disable "src/web_performance/pre-compressed_content_brotli.conf"
disable "src/web_performance/pre-compressed_content_gzip.conf"
disable "src/web_performance/content_transformation.conf"
enable "src/web_performance/etags.conf"
enable "src/web_performance/expires_headers.conf"
enable "src/web_performance/cache_expiration.conf"
disable "src/web_performance/file_concatenation.conf"
disable "src/web_performance/filename-based_cache_busting.conf"
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ----------------------------------------------------------------------
# | Expires headers |
# | Cache expiration |
# ----------------------------------------------------------------------

# Serve resources with far-future expiration date.
Expand Down
2 changes: 1 addition & 1 deletion test/htaccess_fixture.conf
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ enable "src/web_performance/pre-compressed_content_brotli.conf"
enable "src/web_performance/pre-compressed_content_gzip.conf"
enable "src/web_performance/content_transformation.conf"
enable "src/web_performance/etags.conf"
enable "src/web_performance/expires_headers.conf"
enable "src/web_performance/cache_expiration.conf"
enable "src/web_performance/file_concatenation.conf"
enable "src/web_performance/filename-based_cache_busting.conf"

0 comments on commit 11690c6

Please sign in to comment.