server { listen 80; server_name www.zhixinghe1.top; root /root/web/izhixing.github.io; index index.html; location / { try_files $uri $uri/ =404; } }