Skip to content

Commit

Permalink
document unix socket support
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Nov 2, 2024
1 parent d954aac commit 074bf2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ following default values will be used:
```toml
# default ip:hostname to bind to
bind = "[::]:5000"
# unix socket are also supported
# bind = "unix:/run/harmonia/socket"
# Sets number of workers to start in the webserver
workers = 4
# Sets the per-worker maximum number of concurrent connections.
Expand Down

0 comments on commit 074bf2e

Please sign in to comment.