]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
modules/http: allow passing server options to http configuration
authorMarek Vavruša <mvavrusa@cloudflare.com>
Tue, 6 Mar 2018 22:29:45 +0000 (14:29 -0800)
committerMarek Vavruša <mvavrusa@cloudflare.com>
Tue, 19 Jun 2018 20:16:18 +0000 (13:16 -0700)
commitb2cefdcf350e846492579e3308f234a696350e01
tree1159baff210f957fa9b198b6a729b1356761418d
parentd0e32c6f5b69a8b034f8a74310e25bdad1e1a85c
modules/http: allow passing server options to http configuration

This allows HTTP server to start with reuseport, reuseaddr or v6only.
The reuseport allows running HTTP module on all forks, not just the main one.
modules/http/README.rst
modules/http/http.lua
modules/http/http.test.lua