Subdomains in Play 2.0
playframework, playframework-2.0, scala, subdomain
Solution
The subdomain configuration is not done at the Play level, but at the reverse proxy level.
Problem
Is it possible work with subdomains in Play 2.0 conf/routes? Like Play 1.1: ``` GET {client}.mysoftware.com/ Application.index ``` How I can work with subdomains in my Play 2.0 app?