Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/patterns/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ If the `SO_REUSEPORT` flag should be set

This allows multiple processes to bind to the same port, which is useful for load balancing

This configuration is override and turns on by default by Elysia
This configuration is overridden and turns on by default by Elysia

### serve.unix
If set, the HTTP server will listen on a unix socket instead of a port.
Expand Down