www.conf 172 B

1234567891011
  1. server {
  2. listen 80;
  3. server_name www.zhixinghe1.top;
  4. root /root/web/izhixing.github.io;
  5. index index.html;
  6. location / {
  7. try_files $uri $uri/ =404;
  8. }
  9. }