1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-01 17:38:37 +00:00

Add the possiblity to listen on Unix socket

This commit is contained in:
Frédéric Guillot 2018-11-11 16:21:57 -08:00
parent becd086865
commit 1315282c7f
2 changed files with 32 additions and 5 deletions

View file

@ -89,7 +89,9 @@ Maximum number of database connections (default is 20)\&.
Minimum number of database connections (default is 1)\&.
.TP
.B LISTEN_ADDR
HTTP server listening address\&.
Address to listen on. Default is 127.0.0.1:8080\&.
.br
Use absolute path to listen on Unix socket (/var/run/miniflux.sock)\&.
.TP
.B PORT
Override LISTEN_ADDR to 0.0.0.0:$PORT\&.