nginx目录映射



nginx目录映射
 
server {  www.2cto.com  
listen 80;
server_name qq917611.com;
index index.html index.htm;
 
location / {
root /data/webroot;
}
 
location ~* /qq9176711 {
alias /data/cs;
  }
}
 

相关内容

    暂无相关文章