www/content/blog/commands/busybox-web-server.md

346 B

title date description tags
Busybox web server 2019-04-16 How to serve static files from only busybox
linux
toolbox

The command

If you have been using things like python -m SimpleHTTPServer to serve static files in a pinch, here is something even more simple and lightweight to use :

busybox httpd -vfp 80