Skip to content

Commit

Permalink
Correctly formatted comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mchung committed Jan 4, 2009
1 parent 2518322 commit 609a6cb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions actionpack/lib/action_view/helpers/asset_tag_helper.rb
Expand Up @@ -95,11 +95,11 @@ module Helpers #:nodoc:
# It's the responsibility of the web server you use to set the far-future expiration date on cache assets that you need to take # It's the responsibility of the web server you use to set the far-future expiration date on cache assets that you need to take
# advantage of this feature. Here's an example for Apache: # advantage of this feature. Here's an example for Apache:
# #
# # Asset Expiration # # Asset Expiration
# ExpiresActive On # ExpiresActive On
# <FilesMatch "\.(ico|gif|jpe?g|png|js|css)$"> # <FilesMatch "\.(ico|gif|jpe?g|png|js|css)$">
# ExpiresDefault "access plus 1 year" # ExpiresDefault "access plus 1 year"
# </FilesMatch> # </FilesMatch>
# #
# Also note that in order for this to work, all your application servers must return the same timestamps. This means that they must # Also note that in order for this to work, all your application servers must return the same timestamps. This means that they must
# have their clocks synchronized. If one of them drift out of sync, you'll see different timestamps at random and the cache won't # have their clocks synchronized. If one of them drift out of sync, you'll see different timestamps at random and the cache won't
Expand Down

0 comments on commit 609a6cb

Please sign in to comment.