Skip to content

Instantly share code, notes, and snippets.

@slav123
Created September 2, 2017 06:10
Show Gist options
  • Save slav123/7518452510be4334c701245e9b27dc64 to your computer and use it in GitHub Desktop.
Save slav123/7518452510be4334c701245e9b27dc64 to your computer and use it in GitHub Desktop.
caddy expire headers for css
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