server { listen 80; server_name 127.0.0.1; tcp_nodelay on; root /view文件夹所在绝对路径; location / { index index.html; } }