mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #4672] [咨询] 请问代理Http服务时,subdomain与group是否可以同时使用? #3688
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#3688
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @chingxuds on GitHub (Feb 14, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4672
Describe the feature request
在查阅文档时,「负载均衡与健康检查」一节中提到可以将多个相同类型的代理加入到同一个 group 中,以实现负载均衡的能力。并且支持http代理类型。现在我想实现一个http服务的负载均衡,同时还想使用自定义二级域名(subdomain),但我在文档中和范例配置文件中均没有找到类似案例,想问下目前的程序是否可以实现?如下配置是否可以正常工作?
期望实现的配置:
Describe alternatives you've considered
No response
Affected area
@fatedier commented on GitHub (Feb 17, 2025):
是否可以直接执行测试一下?
@chingxuds commented on GitHub (Feb 17, 2025):
我按照如下配置可以正常启动,目前服务访问也正常。