Caddy v2 部署 vue react 单页面应用并反向代理
作者:互联网
直接上配置
example.com {#绑定的地址 域名或者 hostname:prot 形式
handle /api/* { #需要代理得/api/得请求到后台 8000
reverse_proxy backend:8000
}
handle {
root * /path/to/site #webpak 打包后的静态文件
try_files {path} /index.html
file_server
encode zstd gzip #开启zip
}
}
标签:vue,handle,Caddy,代理,react,api,file,path,8000 来源: https://www.cnblogs.com/qbz95/p/16310022.html