Skip to content

Instantly share code, notes, and snippets.

@wujku
Created August 17, 2017 10:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wujku/b188c166690749ea1c99a65ca94c4842 to your computer and use it in GitHub Desktop.
Save wujku/b188c166690749ea1c99a65ca94c4842 to your computer and use it in GitHub Desktop.
location @cache_resolve {
return 301 /media/cache/resolve/$1;
}
location ~ ^/media/cache/(?!resolve/)(.*) {
root /var/www/public_html;
try_files $uri @cache_resolve;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment