mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2962] type=http时,开启proxy_protocol导致404响应 #2364
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#2364
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 @peaceanddemocracy on GitHub (May 30, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/2962
Bug Description
type=http时,开启proxy_protocol导致404响应
页面是frp的默认404白底黑字页面
无论proxy_protocol=v1还是v2,都是一样情况
frpc Version
0.43.0
frps Version
0.43.0
System Architecture
arm,amd64
Configurations
[web02]
type = http
local_ip = 192.168.1.2
local_port = 80
custom_domains = *
if not empty, frpc will use proxy protocol to transfer connection info to your local service
v1 or v2 or empty
proxy_protocol_version = v2
Logs
No response
Steps to reproduce
...
Affected area
@Becods commented on GitHub (Jun 3, 2022):
proxy_protocol需要后端支持以及正确配置请贴相关配置文件