mirror of
https://git.sr.ht/~sircmpwn/tokidoki
synced 2025-12-12 06:07:22 +01:00
Add Unix socket support
This commit is contained in:
parent
4ca7d8c4e7
commit
42b36e3421
2 changed files with 21 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue