使用 Caddy 进行反向代理的 Caddyfile 配置
发布于 星期三,四月 3 2024
fuxiaochen.com { # 开启反向代理,所有请求代理到3000端口 reverse_proxy * localhost:3000 }