Created
September 2, 2017 06:10
-
-
Save slav123/7518452510be4334c701245e9b27dc64 to your computer and use it in GitHub Desktop.
caddy expire headers for css
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
expires { | |
match .css$ 1d # expires | |
match .js$ 1d # expires | |
match .png$ 7d # expires | |
match .jpg$ 7d #expires # expires | |
match .webp$ 7d | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment