Skip to content

Instantly share code, notes, and snippets.

@dahngeek
Created May 29, 2018 19:34
Show Gist options
  • Save dahngeek/2082d2f37cb771abc48590582a6c6bb2 to your computer and use it in GitHub Desktop.
Save dahngeek/2082d2f37cb771abc48590582a6c6bb2 to your computer and use it in GitHub Desktop.
Problema con Croppa
# https://github.com/BKWLD/croppa
# Media: images, icons, video, audio, HTC
location ~* \.(?:jpg|jpeg|gif|png|ico|cur|gz|svg|svgz|mp4|ogg|ogv|webm|htc)$ {
error_page 404 = /index.php?$query_string;
expires 1M;
access_log off;
add_header Cache-Control "public";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment