
Nginx:转发所有子域名
我的代码不适用于像domain.co.uk这样的二级tld这是我的conf: # add www. if ($host ~ ^(?!www)) { rewrite ^/(.*)$http://www.$host/$1 permanent; } # remove subdomain if ($host ~ ^www.(.*).(
我的代码不适用于像domain.co.uk这样的二级tld这是我的conf: # add www. if ($host ~ ^(?!www)) { rewrite ^/(.*)$http://www.$host/$1 permanent; } # remove subdomain if ($host ~ ^www.(.*).(