Skip to content

Instantly share code, notes, and snippets.

@patrickng
Forked from hannseman/jsonp.txt
Created June 2, 2014 20: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 patrickng/399031d43e556d950b71 to your computer and use it in GitHub Desktop.
Save patrickng/399031d43e556d950b71 to your computer and use it in GitHub Desktop.
location / {
# JSONP-support
if ( $arg_callback ) {
echo_before_body '$arg_callback(';
echo_after_body ');';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment