多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
那种可用用那种 加上 ``` location / { try_files $uri $uri/ /index.html last; index index.html; } ``` 加上 ``` location / { root 填写页面所在文件目录; index index.html ; if (!-e $request_filename) { rewrite ^(.*)$ /index.html?s=$1 last; break; } } ```