Files
boss/deployment/Caddyfile
2026-05-17 02:20:08 +08:00

36 lines
567 B
Caddyfile

boss.hyzq.net {
encode zstd gzip
redir /gptpluscontrol /gptpluscontrol/ 308
handle /gptpluscontrol/* {
reverse_proxy 127.0.0.1:18081
}
reverse_proxy 127.0.0.1:3000
}
admin.boss.hyzq.net {
encode zstd gzip
@adminRoot path /
handle @adminRoot {
rewrite * /admin-web/index.html
reverse_proxy 127.0.0.1:3000
}
reverse_proxy 127.0.0.1:3000
}
http://106.53.170.158 {
encode zstd gzip
redir /gptpluscontrol /gptpluscontrol/ 308
handle /gptpluscontrol/* {
reverse_proxy 127.0.0.1:18081
}
reverse_proxy 127.0.0.1:3000
}