用这样的配置
http://img2.tuchuang.org/uploads/2014/08/conf.PNG访问网站还是默认的apache test page
server {
#listen XXX.XXX.51.6:80;
listen [XXXX:XXXX:1:1::1:321]:80;
server_name
XXX.tk;
#charset koi8-r;
#access_log logs/host.access.log main;
location / {
# root html;
# index index.html index.htm;
proxy_pass
http://www.yahoo.com/; proxy_redirect off;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
#error_page 404 /404.html;
# redirect server error pages to the static page /50x.html
#
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root html;
}
nginx version: nginx/1.7.3
built by gcc 4.1.2 20080704 (Red Hat 4.1.2-54)
configure arguments: --prefix=/opt/nginx --with-http_stub_status_module --add-module=/root/ngx_http_substitutions_filter_module/ --with-ipv6
求大神帮忙! 谢谢
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
https://www.v2ex.com/t/125716
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.