Skip to content

Instantly share code, notes, and snippets.

@brianleejackson
Last active May 29, 2020 19:05
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 brianleejackson/591006fdda7805ee25a003ce8859ac3b to your computer and use it in GitHub Desktop.
Save brianleejackson/591006fdda7805ee25a003ce8859ac3b to your computer and use it in GitHub Desktop.
gravatar-subfilter. Source: https://woorkup.com/load-gravatars-from-cdn/
location / {
sub_filter 'https://secure.gravatar.com/avatar/' 'https://cdn.example.com/avatar/';
sub_filter_once off;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment