gotwebd: make `listen' a top-level statement
commitd68a7b14eb6995f6fc4c877ea24276f6b0174f85
authorOmar Polo <op@omarpolo.com>
Mon, 20 May 2024 12:48:35 +0000 (20 12:48 +0000)
committerOmar Polo <op@omarpolo.com>
Mon, 20 May 2024 12:48:35 +0000 (20 12:48 +0000)
treecc84a401d61078bc1b3fc80424d99b526ab4fa8b
parent0f88252c795396951ad9bcf40c534b5852dc5e28
gotwebd: make `listen' a top-level statement

gotwebd only uses the server name (i.e. the Host HTTP header) to
match the server blocks.  Since gotwebd by design sits behind an
http server which is expected to filter virtual hosts, there's
little point in having `listen' per-server.

part of a larger diff that's ok stsp@
gotwebd/gotwebd.conf.5
gotwebd/gotwebd.h
gotwebd/parse.y