server {
          listen 80;            
          server_name product.nflow.cn;
          charset utf-8;
          autoindex on;
          root /home/samba/yuanxing; 
          index       start.html    index.html;
    }