A small wrapper around nginx to start it as convenient as SimpleHTTPServer.
To serve the current working directory on port 8080:
$ nginc
For more options see nginc -h
The python SimpleHTTPServer often comes quite handy. But in some cases it is not enough. For example if you need concurrent requests or range requests.