Skip to content

Instantly share code, notes, and snippets.

@jcjc
Created September 19, 2011 04:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcjc/1225958 to your computer and use it in GitHub Desktop.
Save jcjc/1225958 to your computer and use it in GitHub Desktop.
Nginx config for fixtures (excerpt)
location /fixtureSets/set157@linkedin.com/li/v1/messages/I104314743_13.json {
return 500;
}
location /fixtureSets/set157@linkedin.com/li/v1/messages/I20534832_13.json {
return 204;
}
location /fixtureSets/set157@linkedin.com/li/v1/messages/I16014045_13.json {
echo '{"statusCode":200,"message":"OK"}';
}
@brikis98
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment