#防止Host头攻击start
if ($Host != 'maxwo.com')
{
return 403;
}
#防止Host头攻击end