Chinaunix首页 | 论坛 | 博客
  • 博客访问: 388846
  • 博文数量: 166
  • 博客积分: 1972
  • 博客等级: 上尉
  • 技术积分: 1845
  • 用 户 组: 普通用户
  • 注册时间: 2010-07-19 21:16
文章分类

全部博文(166)

文章存档

2013年(7)

2010年(159)

分类:

2010-10-12 16:08:09

  • 1 ytest 192.168.8.232 新增域名解析
  • 愛家會: ihome.yoohouse.com
  • SMS API: api.yoohouse.com
  • Base: base.yoohouse.com
  • 均对应 222.73.115.107
  • 2 hawk01-002 增加对三个域名的解析
  • 动态的 因此新增三段 20080配置
  • server {
  • listen 80;
  • server_name estate.yoohouse.com admin.yoohouse.com yoohouse.com ;
  • 变更为
  • server {
  • listen 80;
  • server_name estate.yoohouse.com admin.yoohouse.com yoohouse.com ihome.yoohouse.com api.yoohouse.com base.yoohouse.com;
  •  
  • 新增内容
  • server {
  • listen 20080;
  • server_name ihome.yoohouse.com ;
  • root /home/public/ihome ;
  • index index.php ;
  • access_log /logs/$host.log new;
  • add_header servertag hawk01-002-srv;
  •  
  • location ~ .*\.(php|php5|phtml?)?$ {
  • fastcgi_pass 127.0.0.1:9000;
  • fastcgi_index index.php;
  • include fcgi.conf;
  • fastcgi_connect_timeout 500;
  • fastcgi_send_timeout 500;
  • fastcgi_read_timeout 500;
  • fastcgi_buffer_size 32k;
  • fastcgi_buffers 128 32k;
  • }
  • }
  •  
  • server {
  • listen 20080;
  • server_name api.yoohouse.com ;
  • root /home/public/api ;
  • index index.php ;
  • access_log /logs/$host.log new;
  • add_header servertag hawk01-002-srv;
  •  
  • location ~ .*\.(php|php5|phtml?)?$ {
  • fastcgi_pass 127.0.0.1:9000;
  • fastcgi_index index.php;
  • include fcgi.conf;
  • fastcgi_connect_timeout 500;
  • fastcgi_send_timeout 500;
  • fastcgi_read_timeout 500;
  • fastcgi_buffer_size 32k;
  • fastcgi_buffers 128 32k;
  • }
  • }
  •  
  • server {
  • listen 20080;
  • server_name base.yoohouse.com ;
  • root /home/public/base;
  • index index.php ;
  • access_log /logs/$host.log new;
  • add_header servertag hawk01-002-srv;
  •  
  • location ~ .*\.(php|php5|phtml?)?$ {
  • fastcgi_pass 127.0.0.1:9000;
  • fastcgi_index index.php;
  • include fcgi.conf;
  • fastcgi_connect_timeout 500;
  • fastcgi_send_timeout 500;
  • fastcgi_read_timeout 500;
  • fastcgi_buffer_size 32k;
  • fastcgi_buffers 128 32k;
  • }
  • }
  •  
  • 阅读(518) | 评论(0) | 转发(0) |
    给主人留下些什么吧!~~