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/925c606c5af85bf1e78620b95a15f957 to your computer and use it in GitHub Desktop.
Save brianleejackson/925c606c5af85bf1e78620b95a15f957 to your computer and use it in GitHub Desktop.
gravatar-proxy-location. Source: https://woorkup.com/load-gravatars-from-cdn/
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