- 积分
- 2
- 威望
-
- 金钱
-
- 注册时间
- 2011-6-20
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
server
{
listen 80;
server_name 421351.com www.421351.com qqape.com www.qqape.com text.hy150.com;
index index.html index.htm index.php;
root /home/wwwroot/421351.com;
include dede.conf;
location ~ .*\.(php|php5)?$
{
fastcgi_pass unix:/tmp/php-cgi.sock;
fastcgi_index index.php;
include fcgi.conf;
}
location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
{
expires 30d;
}
location ~ .*\.(js|css)?$
{
expires 12h;
}
access_log off;
}
各位,这么多域名全指向www.421351.com怎么写法啊?,试了好多方法,行不通 |
|