Skip to content

Instantly share code, notes, and snippets.

@cuber
Created December 16, 2014 07:30
Show Gist options
  • Save cuber/d19e1c2c474b1c431bad to your computer and use it in GitHub Desktop.
Save cuber/d19e1c2c474b1c431bad to your computer and use it in GitHub Desktop.
ngx_http_google_filter_module.conf
server {
# ...
resolver 8.8.8.8;
location {
google on;
}
# ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment