Skip to content

Commit

Permalink
Merge commit 'refs/pull/987/head' of https://github.com/magento/magento2
Browse files Browse the repository at this point in the history
 into MAGETWO-33614
  • Loading branch information
Eugene Tulika committed Mar 18, 2015
2 parents b456cd1 + 6efe85c commit 34e7782
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@
## http://developer.yahoo.com/performance/rules.html#expires

ExpiresDefault "access plus 1 year"
ExpiresByType text/html A0
ExpiresByType text/plain A0

</IfModule>

Expand Down
2 changes: 2 additions & 0 deletions .htaccess.sample
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@
## http://developer.yahoo.com/performance/rules.html#expires

ExpiresDefault "access plus 1 year"
ExpiresByType text/html A0
ExpiresByType text/plain A0

</IfModule>

Expand Down
4 changes: 3 additions & 1 deletion dev/tests/functional/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@
## http://developer.yahoo.com/performance/rules.html#expires

ExpiresDefault "access plus 1 year"
ExpiresByType text/html A0
ExpiresByType text/plain A0

</IfModule>

Expand All @@ -191,4 +193,4 @@
## If running in cluster environment, uncomment this
## http://developer.yahoo.com/performance/rules.html#etags

#FileETag none
#FileETag none
2 changes: 2 additions & 0 deletions pub/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@
## http://developer.yahoo.com/performance/rules.html#expires

ExpiresDefault "access plus 1 year"
ExpiresByType text/html A0
ExpiresByType text/plain A0

</IfModule>

Expand Down

0 comments on commit 34e7782

Please sign in to comment.