Note: The way to associate hostnames with apps is to put this in the
configuration file for an app:
hostname:
www.example.com
If you need to specify multiple hostnames, use typical YAML array
format.
hostname:
-
www.example.com
-
www1.example.com
-
www2.example.com
Note that at this time hostnames are matched using a regular
expression rather than a direct match. This means if you specify
"
example.com" as a hostname, then requests to "
something.example.com"
will end up at that app UNLESS "
something.example.com" is explicitly
linked with another app. This may or MAY NOT continue to be true in
1.03, so do not rely on this feature.