module Falcon::Environment::Virtual

def bind_insecure

The URI to bind the `HTTP` -> `HTTPS` redirector.
def bind_insecure
	"http://[::]:80"
end