mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #2828] [Feature Request] 访问的时候可以不加端口号嘛 #2262
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#2262
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 @mofei828 on GitHub (Mar 7, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/2828
Describe the feature request
网上用了一个大佬免费提供的FRP,可以域名后不加端口号直接访问,现在自己尝试配置frps,
vhost_http_port不写打不开,写了就必须写端口号,想实现域名后不加端口号的方式,求大佬指点一下
Describe alternatives you've considered
No response
Affected area
@xqzr commented on GitHub (Mar 7, 2022):
写
80就可以不加。@Becods commented on GitHub (Mar 7, 2022):
frps想要让frpc能绑定域名则必须指定
vhost_http_port或者,使用tcp把frpc端的web服务映射出去
@entrehuihui commented on GitHub (Mar 8, 2022):
nginx转发