Add Unix socket support

This commit is contained in:
Krystian Chachuła 2024-07-01 19:50:24 +02:00 committed by Conrad Hoffmann
parent 4ca7d8c4e7
commit 42b36e3421
2 changed files with 21 additions and 3 deletions

View file

@ -27,7 +27,7 @@ Regular logs are sent to stderr, HTTP logs are sent to stdout.
*-addr* _addr_
Bind to the specified address/port. Default: ":8080" (port 8080 on all
interfaces.
interfaces. Use "unix:///path/to/socket" to bind to a Unix socket.
*-auth.url* _url_
Auth backend URL (required). See AUTH BACKENDS below.