VirtualHost to respond to requests not handled by any of the virtual_hosts
	# Default `VirtualHost` to respond to requests not handled by any of the `virtual_hosts`
	var default_virtual_host: nullable VirtualHost = null is writable
					lib/nitcorn/server_config.nit:27,2--28,66