Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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