Created
May 29, 2018 19:34
-
-
Save dahngeek/2082d2f37cb771abc48590582a6c6bb2 to your computer and use it in GitHub Desktop.
Problema con Croppa
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
# 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