aboutsummaryrefslogtreecommitdiffhomepage
path: root/miniflux.1
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2018-11-11 15:54:19 -0800
committerGravatar Frédéric Guillot <fred@miniflux.net>2018-11-11 15:54:19 -0800
commitbecd086865f35d64a80d01ffb1ca96d0493dfa03 (patch)
tree6dea31c665873162742f29b4b198adb88b65cbcc /miniflux.1
parent487852f07eb191ef56967b7b7d7f01537a55eabd (diff)
Add config options to disable HTTP and scheduler services
Diffstat (limited to 'miniflux.1')
-rw-r--r--miniflux.16
1 files changed, 6 insertions, 0 deletions
diff --git a/miniflux.1 b/miniflux.1
index f9a0816..4a687d4 100644
--- a/miniflux.1
+++ b/miniflux.1
@@ -110,6 +110,12 @@ Forces cookies to use secure flag and send HSTS header\&.
.B DISABLE_HSTS
Disable HTTP Strict Transport Security header if \fBHTTPS\fR is set\&.
.TP
+.B DISABLE_HTTP_SERVICE
+Set the value to 1 to disable the HTTP service\&.
+.TP
+.B DISABLE_SCHEDULER_SERVICE
+Set the value to 1 to disable the internal scheduler service\&.
+.TP
.B CERT_FILE
Path to SSL certificate\&.
.TP