啊啊好大好舒服av大鸡吧亚洲一区二乱,国产黄A三级三级在线看,熟女作爱一区二区视频,年龄最小的无码AⅤ在线观看,又黑又大又黄又爽国产,猛插女人视频网站,国产免费观看三级黄色,毛片一区二区三区四区五区在线视频 ,欧美顶级黄最新视频在线观看,高清在线一区二区

龍巖易富通網(wǎng)絡(luò)科技有限公司

龍巖小程序開發(fā),龍巖分銷系統(tǒng)

nginx下不帶www跳轉(zhuǎn)到帶www

2015.09.10 | 1488閱讀 | 0條評(píng)論 | 通用代碼

server
{
listen 80;
server_name mingliuhm.com 0597seo.com;
index index.php index.html index.htm;
root /home/wwwroot/0597seo.com;
include /home/wwwroot/0597seo.com/.htaccess;

if ($host != 'mingliuhm.com') {
rewrite ^/(.*)$ http://mingliuhm.com/$1 permanent;
}

location ~ .*\.(php|php5)?$
{
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param PHP_VALUE "open_basedir=/home/wwwroot/0597seo.com/:/tmp/:/proc/";
include fastcgi.conf;
}

location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
{
expires 30d;
}

location ~ .*\.(js|css)?$
{
expires 12h;
}

location ~ /\.ht {
deny all;
}

}


贊 (

發(fā)表評(píng)論