摘要: server { listen 80; server_name example.com; # 替换为你的域名 root /path/to/your/root; # 替换为你的站点目录 location / { try_files $uri $uri/ /index.html; } } 阅读全文
posted @ 2024-01-04 15:02 吃吃吃大王 阅读(258) 评论(0) 推荐(0)