文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>更新、部署各环境下的 img01.yohimg.com up01.yo..

更新、部署各环境下的 img01.yohimg.com up01.yo..

时间:2010-10-12  来源:sxxs001

 nginx 配置新增
  • server {
  • listen 20080;
  • server_name up01.yohimg.com;
  • root /home/yohimg;
  • index index.php;
  • access_log /logs/$host.log new;
  • add_header servertag hawk01-003-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 8 32k;
  • }
  • }
  • server {
  • listen 20080;
  • server_name img01.yohimg.com;
  • root /home/yohimg;
  • index make.php;
  • access_log /logs/$host.log new;
  • add_header servertag hawk01-003-srv;
  • location ~ .*\.(php|php5|phtml?)?$ {
  • fastcgi_pass 127.0.0.1:9000;
  • fastcgi_index make.php;
  • include fcgi.conf;
  • fastcgi_connect_timeout 500;
  • fastcgi_send_timeout 500;
  • fastcgi_read_timeout 500;
  • fastcgi_buffer_size 32k;
  • fastcgi_buffers 8 32k;
  • }
  • location / {
  • if (!-e $request_filename) {
  • rewrite ^/(.*)$ /make.php last;
  • break;
  • }
  • }
  • }
  •  

  • 相关阅读 更多 +
    排行榜 更多 +
    辰域智控app

    辰域智控app

    系统工具 下载
    网医联盟app

    网医联盟app

    运动健身 下载
    汇丰汇选App

    汇丰汇选App

    金融理财 下载