nginc

run nginx from the commandline


License
MIT-feh
Install
pip install nginc==0.0.4

Documentation

nginc

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

Why?

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.