Skip to content

Instantly share code, notes, and snippets.

@cb1kenobi
Created March 8, 2012 04:24
Show Gist options
  • Save cb1kenobi/1998659 to your computer and use it in GitHub Desktop.
Save cb1kenobi/1998659 to your computer and use it in GitHub Desktop.
nginx X-Frame-Options proxy
location /oauth {
proxy_pass https://api.twitter.com;
proxy_hide_header X-Frame-Options;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment