Created
July 17, 2012 03:16
-
-
Save snowmantw/3126781 to your computer and use it in GitHub Desktop.
Ajax do no-op from server in nginx
This file contains 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 /newapi/no-op { | |
add_header Content-Type "application/json; charset=utf-8"; | |
return 200; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment