utility functions#

_utils.mkVhost#

make virtual host with sensible defaults

pass in a set to override the defaults.

_utils.mkSimpleProxy#

make a simple reverse proxy

takes a set:

{
  port,
  protocol ? "http",
  location ? "/",
  websockets ? false
}