-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from belivipro9x99/indev
merge branch indev into master
- Loading branch information
Showing
21 changed files
with
178 additions
and
80 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,7 @@ | ||
# Below is custom site speed items | ||
# We need to set correct content-type for fonts | ||
AddType application/vnd.ms-fontobject .eot | ||
AddType application/x-font-ttf .ttf | ||
AddType application/x-font-opentype .otf | ||
AddType application/x-font-woff .woff | ||
AddType image/svg+xml .svg | ||
|
||
# This sets up expire times | ||
# BEGIN Expire headers | ||
<ifModule mod_expires.c> | ||
ExpiresActive On | ||
ExpiresDefault "access plus 5 seconds" | ||
# This part sets the expires for the fonts | ||
ExpiresByType application/vnd.ms-fontobject "access plus 1 year" | ||
ExpiresByType application/x-font-ttf "access plus 1 year" | ||
ExpiresByType application/x-font-opentype "access plus 1 year" | ||
ExpiresByType application/x-font-woff "access plus 1 year" | ||
ExpiresByType image/svg+xml "access plus 1 year" | ||
</ifModule> | ||
<IfModule mod_headers.c> | ||
# Expire after 1 WEEK | ||
Header set Cache-Control "public, max-age=604800" | ||
</IfModule> | ||
# END Expire headers |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# This sets up expire times | ||
# BEGIN Expire headers | ||
<IfModule mod_headers.c> | ||
# Expire after 1 WEEK | ||
Header set Cache-Control "public, max-age=604800" | ||
</IfModule> | ||
# END Expire headers |
Oops, something went wrong.