+ -
当前位置:首页 → 问答吧 → 国内使用Nginx 作反向代理、规则过滤的网站

国内使用Nginx 作反向代理、规则过滤的网站

时间:2009-09-30

来源:互联网

1、新浪博客(http://blog.sina.com.cn/):nginx/0.5.35
[root@new-host ~]# curl –headhttp://blog.sina.com.cn/
HTTP/1.1 200 OK
Server: nginx/0.5.35
Date: Wed, 18 Jun 2008 01:18:50 GMT
Content-Type: text/html
Content-Length: 491279
Last-Modified: Wed, 18 Jun 2008 01:14:16GMT
Connection: keep-alive
Expires: Wed, 18 Jun 2008 01:19:20 GMT
Cache-Control: max-age=30
Accept-Ranges: bytes
2、YUPOO相册(http://www.yupoo.com/):nginx/0.5.35
[root@new-host ~]# curl –headhttp://www.yupoo.com/
HTTP/1.1 200 OK
Server: nginx/0.5.35
Date: Wed, 18 Jun 2008 01:58:04 GMT
Content-Type: text/html;charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Set-Cookie: JSESSIONID=EC1A7935-4C66-B834-8B5B-495E958A6B53; Domain=.yupoo.com; Path=/
Content-Language: zh-CN

作者: tanghaiwei   发布时间: 2009-09-30