caddy 部署 vue react 等单页面程序
2022-05-18 本文已影响0人
追风骚年
http://xxx.com {
root * /usr/share/html
route {
reverse_proxy /api localhost:20002
try_files {path} /index.html
file_server
}
log {
level info
format console
}
}