server {
listen 80;
server_name www.test-i.com;
root /data/test;
index index.php index.html index.htm;
charset utf-8;
}
本文转自cloves 51CTO博客,原文链接:http://blog.51cto.com/yeqing/2066302
server {
listen 80;
server_name www.test-i.com;
root /data/test;
index index.php index.html index.htm;
charset utf-8;
}
本文转自cloves 51CTO博客,原文链接:http://blog.51cto.com/yeqing/2066302