Linux后台运行http-server

nohup http-server -p 8082 -a 0.0.0.0 > output.log 2>&1 & disown