Python Simple HTTP Server
This commit is contained in:
parent
65c161c0e3
commit
a69bc92430
1 changed files with 7 additions and 0 deletions
|
@ -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`.
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue