更新、部署各环境下的 img01.yohimg.com up01.yo..
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;
}
}
}
爱变幻智能清理
游戏工具 下载
MIYI泊松足球
浏览阅读 下载
樱桃骑士
动作格斗 下载
- 4
重构
103.21MB · 92℃
1970-01-01
下载
- 5
光环战争
100.30MB · 94℃
1970-01-01
下载
- 6
水塔之战
317.58MB · 97℃
1970-01-01
下载