module Falcon::Service::Virtual::Environment

def bind_secure

The URI to bind the `HTTPS` -> `falcon host` proxy.
def bind_secure
	"https://[::]:443"
end