aboutsummaryrefslogtreecommitdiff
path: root/content/blog/commands/busybox-web-server.md
blob: 37f9ac6ef0dd80b04d2b5980f2be716f5137ba1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
title: "Busybox web server"
linkTitle: "Busybox web server"
date: 2019-04-16
description: >
  Busybox web server
---

If you have been using things like `python -m SimpleHTTPServer`, here is something even more simple and lightweight to use :

{{< highlight sh >}}
busybox httpd -vfp 80
{{< /highlight >}}