
Nginx强制域名跳转到主域名代码
if ($host != 'gfw.upward-club.com') { rewrite ^/(.*)$ https://gfw.upward-club.com/?url=$host$1 permanent; } public funct...
if ($host != 'gfw.upward-club.com') { rewrite ^/(.*)$ https://gfw.upward-club.com/?url=$host$1 permanent; } public funct...