Created
September 19, 2011 04:27
-
-
Save jcjc/1225958 to your computer and use it in GitHub Desktop.
Nginx config for fixtures (excerpt)
This file contains hidden or 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 /fixtureSets/[email protected]/li/v1/messages/I104314743_13.json { | |
return 500; | |
} | |
location /fixtureSets/[email protected]/li/v1/messages/I20534832_13.json { | |
return 204; | |
} | |
location /fixtureSets/[email protected]/li/v1/messages/I16014045_13.json { | |
echo '{"statusCode":200,"message":"OK"}'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See Continuous Integration for Mobile for context