mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #1525] 同一域名,不同的本地服务,如果是同样的服务,想做负载均衡,可以尝试 [负载均衡示例](https://github.com/fatedier/frp/blob/master/README_zh.md#%E8%B4%9F%E8%BD%BD%E5%9D%87%E8%A1%A1) 。 #1204
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#1204
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 @seklure on GitHub (Nov 19, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1525
同一域名,不同的本地服务,如果是同样的服务,想做负载均衡,可以尝试 负载均衡示例 。
如果是不同服务,建议还是通过域名或者端口区分开,可以直接做 tcp 类型的映射。
Originally posted by @fatedier in https://github.com/fatedier/frp/issues/1524#issuecomment-555017420
@seklure commented on GitHub (Nov 19, 2019):
@fatedier 领导,我想问一下,如果启用了https或者http的配置后,本地安装了http的服务,这样会有冲突吗?我现在遇到一个问题是,我本地安装了http的服务并且监听了80和443端口了,我启用了frp中的https后通过域名访问不了。不知道是为什么?