mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
docs(manpage): update LISTEN_ADDR
description
This commit is contained in:
parent
875618d786
commit
84ebf1a033
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
.\" Manpage for miniflux.
|
||||
.TH "MINIFLUX" "1" "June 15, 2025" "\ \&" "\ \&"
|
||||
.TH "MINIFLUX" "1" "June 23, 2025" "\ \&" "\ \&"
|
||||
|
||||
.SH NAME
|
||||
miniflux \- Minimalist and opinionated feed reader
|
||||
|
@ -344,6 +344,8 @@ Default is empty\&.
|
|||
.B LISTEN_ADDR
|
||||
Address to listen on. Use absolute path to listen on Unix socket (/var/run/miniflux.sock)\&.
|
||||
.br
|
||||
Multiple addresses can be specified, separated by commas. For example: 127.0.0.1:8080, 127.0.0.1:8081\&.
|
||||
.br
|
||||
Default is 127.0.0.1:8080\&.
|
||||
.TP
|
||||
.B LOG_DATE_TIME
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue