Python Simple HTTP Server

This commit is contained in:
benoit 2018-11-27 13:47:44 +00:00
parent 65c161c0e3
commit a69bc92430

View file

@ -1,3 +1,10 @@
Python Simple HTTP Server (useful for Munin for example).
```
cd /var/cache/munin/www
python -m SimpleHTTPServer 8080
```
Show custom certs (not a link) and expiration in `/etc/ssl/certs`.
```