http://*.DOMAIN {
	route {
		rewrite / /plan
		reverse_proxy http://127.0.0.1:3000
	}
}

http://DOMAIN {
	reverse_proxy http://127.0.0.1:3000
}
