Last active
May 29, 2020 19:05
-
-
Save brianleejackson/925c606c5af85bf1e78620b95a15f957 to your computer and use it in GitHub Desktop.
gravatar-proxy-location. 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 /avatar { | |
proxy_pass https://secure.gravatar.com$request_uri; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment