Hi, When a user enters www.mysite.com, the value returned by nginx in $host is "www.mysite.com", If I use this in my root declaration such as: root /var/www/$host; This means that I must rename my folder on disk as www.mysite.com. Is there a way so that $host, returns mysite.com only?