From 9e66390c35fc65010b944b4fae765bb1949f2975 Mon Sep 17 00:00:00 2001 From: jesopo Date: Fri, 27 Sep 2019 17:52:27 +0100 Subject: [PATCH] 'restat' -> 'restart' --- docs/help/rest_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/help/rest_api.md b/docs/help/rest_api.md index 7a8cf60e..feef26da 100644 --- a/docs/help/rest_api.md +++ b/docs/help/rest_api.md @@ -21,4 +21,4 @@ Either set up a reverse proxy (with persisted Host header) with your favourite H #### Lighttpd * Copy example config file from [/docs/rest_api/lighttpd](/docs/rest_api/lighttpd) to `/etc/lighttpd/lighttpd.conf` * Edit `ssl.ca-file`, `ssl.pemfile` and `ssl.privkey` -* `$ service lighttpd restat` as root +* `$ service lighttpd restart` as root