Skip to content

Instantly share code, notes, and snippets.

@johnbuhay
Created December 24, 2015 18:33
Show Gist options
  • Save johnbuhay/54bbb56bf56bb00e3042 to your computer and use it in GitHub Desktop.
Save johnbuhay/54bbb56bf56bb00e3042 to your computer and use it in GitHub Desktop.
location ~* \.(js|css|png|jpg|jpeg|gif|ico|svg)$ {
log_not_found off;
proxy_cache_valid any 1m;
proxy_pass http://local_backend$uri$is_args$args;
add_header X-Proxy-Cache $upstream_cache_status;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment