后端开发8小时前
方案一 (这种方式容易被第三方劫持) location / { root /data/nginx/html; index index.html index.htm; error_page 404 /index.html; } 方案二 location / { root /data/nginx/html; index index.html index.htm...
本站已有295人使用QQ登录你即将成为第296位