Skip to content

Commit

Permalink
.htaccess set ExpiresDefault to Google recommended value: "access plu…
Browse files Browse the repository at this point in the history
…s 31536000 seconds"
  • Loading branch information
brusch authored Feb 25, 2019
1 parent d0f5944 commit 386871d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ RewriteRule ^ %{ENV:BASE}/app.php [L]

<IfModule mod_expires.c>
ExpiresActive on
ExpiresDefault "access plus 1 week"
ExpiresDefault "access plus 31536000 seconds"

# specific overrides
#ExpiresByType text/css "access plus 1 year"
Expand Down

0 comments on commit 386871d

Please sign in to comment.