Last active
May 29, 2020 19:05
-
-
Save brianleejackson/591006fdda7805ee25a003ce8859ac3b to your computer and use it in GitHub Desktop.
gravatar-subfilter. Source: https://woorkup.com/load-gravatars-from-cdn/
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
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