mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #3089] http隧道出现 “The page you requested was not found.” 如何解决 #2474
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#2474
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 @SongZihuan on GitHub (Sep 5, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/3089
Bug Description
我的服务端http监听80,https监听443,客户端由nginx监听80端口并反向代理到8080。8080是python+Flask的项目。
www.song-zh.com 解析到了我的服务端,我访问www.song-zh.com却出现The page you requested was not found。
frpc Version
0.44.0
frps Version
0.44.0
System Architecture
Linux/x86_64
Configurations
我的客户端添加了如下配置(略有删减):
我的服务端添加了如下配置:
Logs
每次对www.song-zh.com访问出现服务端日志(syslog):
客户端除了启动的日志,无其他日志。
Steps to reproduce
Affected area
@SongZihuan commented on GitHub (Sep 5, 2022):
我找到问题似乎出现在客户端配置文件
custom_domains = song-zh.com www.song-zh.com,修改为custom_domains = song-zh.com,www.song-zh.com后可以成功@SongZihuan commented on GitHub (Sep 5, 2022):
问题解决
@VAJlai commented on GitHub (Nov 7, 2022):
请问一下,我的是会断续出现这种情况,然后持续十分钟左右,自己又恢复正常,请问这会是什么原因?