We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
是你用提供的这种域名的方式,没问题。
status.mydomian.org { encode gzip zstd reverse_proxy nodestatus:35601 }
但如果是这种,就不行
status.mydomian.org { encode gzip zstd handle_path /deeplx/* { reverse_proxy deeplx:1188 } handle_path /status/* { reverse_proxy nodestatus:35601 } }
而之前用这种方式部署的其他小工具比如deeplx就可以正常被反代使用。
ps 我的caddy和nodestatus都是docker部署在一个yaml文件里,所以可以用容器名称访问。这部分没有问题。
是不是因为还有什么其他前端页面的路径要处理,这里没有被反代到导致失败?
The text was updated successfully, but these errors were encountered:
一些前端的静态文件需要重写 #65 (comment) Caddy可能需要额外插件来实现
Sorry, something went wrong.
No branches or pull requests
是你用提供的这种域名的方式,没问题。
但如果是这种,就不行
而之前用这种方式部署的其他小工具比如deeplx就可以正常被反代使用。
ps 我的caddy和nodestatus都是docker部署在一个yaml文件里,所以可以用容器名称访问。这部分没有问题。
是不是因为还有什么其他前端页面的路径要处理,这里没有被反代到导致失败?
The text was updated successfully, but these errors were encountered: