Patch local chat realtime and align Caddy

This commit is contained in:
kris
2026-04-10 22:12:58 +08:00
parent a084688e35
commit 1b0f126d4f
8 changed files with 144 additions and 17 deletions

View File

@@ -1,9 +1,23 @@
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
}
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
}