This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
Name: myfluentconfig | |
After: '#fluentconfig' | |
--- | |
Fluent: | |
default_locale: en_US | |
locales: | |
- en_US | |
- pl_PL | |
- de_DE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
Name: fluentconfig | |
--- | |
Fluent: | |
# Don't forget to set i18n->default_locale too! | |
default_locale: en_NZ | |
locales: [] | |
# Add your locales as necessary | |
# - en_NZ | |
# - fr_FR |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<IfModule mod_expires.c> | |
ExpiresActive On | |
ExpiresByType text/html "access plus 5 minutes" | |
ExpiresByType image/gif "access plus 7 day" | |
ExpiresByType image/png "access plus 7 day" | |
ExpiresByType image/jpg "access plus 7 day" | |
ExpiresByType image/jpeg "access plus 7 day" | |
ExpiresByType image/ico "access plus 7 day" | |
ExpiresByType text/css "access plus 7 day" | |
ExpiresByType text/javascript "access plus 7 day" |