mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
Add config options to disable HTTP and scheduler services
This commit is contained in:
parent
487852f07e
commit
becd086865
5 changed files with 80 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue