首 页 ASP ASP.NET PHP JSP Ajax DIV+CSS JavaScript XML C#
MySQL MSSQL Access Oracle Linux Server 电脑技巧 网络安全 建站经验 其它

PHP企业级应用之常见缓存技术篇

整理日期:2009年04月18日 【字体:


伊图教程网[www.etoow.com]
http://www.etoow.com/html/2009-04/1240014005-3.html
    location / {
            proxy_pass   http://bspwsisvr;
            include     proxy_setting.conf;
    }
    access_log logs/wsi.log test_com;
  }
  #www.test.com
  server {
    listen    10.10.10.230:80;
    server_name www.test.com  *.test.com;
    location ~ ^/NginxStatus/ {
      stub_status on;
      access_log off;
    }
    location / {
            proxy_pass   http://bspfrontsvr;
            include     proxy_setting.conf;
    }
    access_log logs/www.log test_com;
    error_page  500 502 503 504 /50x.html;
    location = /50x.html {
      root  html;
    }
  }
  #login.test.com
  server {
    listen    10.10.10.230:443;
    server_name login.test.com;
    ssl         on;
    ssl_certificate   cert.pem;
    ssl_certificate_key cert.key;
    ssl_session_timeout 5m;
    ssl_protocols SSLv2 SSLv3 TLSv1;
    ssl_ciphers ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP;
    ssl_prefer_server_ciphers  on;
Tags:PHP   企业级   缓存技术
PHP企业级应用之常见缓存技术篇
'http://www.etoow.com/html/2009-04/1240014005-3.html
123
4
 
5
信息搜索
  
联系我们关于本站广告服务设为首页 收藏本站友情链接网站地图
Copyright © Etoow.com Inc. All Rights Reserved