Serve static content with nginx
location /request/ { index odds.json; alias /jsons/; }
Serve /jsons/odds.json as localhost/request/
/jsons/odds.json
localhost/request/