Skip to content
爱反垃圾堆
Main Navigation
首页 🎀
Docker 🐳
Kubernetes ☸️
应用 🎈
Elastic
Pulsar
More
编程 💯
Golang
Python
Web
Rust
OS 🧲
Linux
Ubuntu
CentOS
Windows
主题模式
章节目录
回到顶部
内容导航
vue 部署配置
history
nginx 支持 路由 history 路径 刷新
location / {
try_files $uri $uri/ /index.html;
}