romach
4/19/2017 - 4:47 PM

Serve static content with nginx

Serve static content with nginx

location /request/ {
    index odds.json;
    alias /jsons/;
}

Serve /jsons/odds.json as localhost/request/