staticrocket 0.2.5

Simple http server for serving static content.
# It is recommended that catching SIGINT,SIGTERM,Ctrl+C is left to qsu.
[default.shutdown]
ctrlc = false
signals = []

[debug]
address = "127.0.0.1"
port = 8000
log_level = "debug"
htdocs = "~/tmp/htdocs"

[release]
address = "0.0.0.0"
port = 8000
log_level = "critical"
htdocs = "~/tmp/htdocs"