diff --git a/content/hacking/HowTo_start_simple_http_server.md b/content/hacking/HowTo_start_simple_http_server.md new file mode 100644 index 0000000..4a3c349 --- /dev/null +++ b/content/hacking/HowTo_start_simple_http_server.md @@ -0,0 +1,11 @@ ++++ +title = 'HowTo start simple http server' +date = 2024-04-23 +draft = false ++++ + +### Python3 +`python -m http.server PORT` + +### Caddy +`caddy file-server --listen :PORT`