mirror of
https://github.com/zedeus/nitter
synced 2024-11-22 09:57:16 +01:00
Enable SO_REUSEPORT for simplier load balancing
This commit is contained in:
parent
d549a77ebe
commit
b5dee25b37
@ -56,6 +56,7 @@ settings:
|
|||||||
port = Port(cfg.port)
|
port = Port(cfg.port)
|
||||||
staticDir = cfg.staticDir
|
staticDir = cfg.staticDir
|
||||||
bindAddr = cfg.address
|
bindAddr = cfg.address
|
||||||
|
reusePort = true
|
||||||
|
|
||||||
routes:
|
routes:
|
||||||
get "/":
|
get "/":
|
||||||
|
Loading…
Reference in New Issue
Block a user