google搜索打不开,2016年4月16日最新解决方法 获取 hosts获取 hostsWindows用文本编辑器(如记事本等)打开文件:C:\Windows\System32\drivers\etc\hosts并将我们的hosts文件中的内容全部内容复制到该文件中并保存。注意:如果遇到无法保存
ngin host常用配置 host常用匹配 # 匹配host等于test.xxxx.com跳转到其他地址 if ($host ~* 'test.xxxx.com') {rewrite ^/(.*)$ http://111.112.113.114:80 last; }