Skip to content

Instantly share code, notes, and snippets.

@dz0ny
Created February 29, 2012 19:54
Show Gist options
  • Save dz0ny/1943966 to your computer and use it in GitHub Desktop.
Save dz0ny/1943966 to your computer and use it in GitHub Desktop.
Nginx svg
location ~* \.svg$ {
default_type image/svg+xml;
# caching za procy in server odstrani ce ne zelis
expires max;
add_header Pragma public;
add_header Cache-Control "public, must-revalidate, proxy-revalidate";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment