server { listen 80; listen [::]:80; server_name www.19yuke2.cn; location / { root /usr/local/nginx/html/; try_files $uri $uri/ /index.html; } }