mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #4080] 服务端可以正常访问客户端的网站,但网站中某个存在webSocket请求的页面无法被穿透访问 #3222
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#3222
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 @zhuminquan on GitHub (Mar 19, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4080
Bug Description
frpc Version
0.55.1
frps Version
0.55.1
System Architecture
服务器:linux/amd64 客户端: windows/amd64
Configurations
客户端配置: frpc.ini
serverAddr = "..."
serverPort = 7000
proxies
name = "web"
type = "http"
localIP = "127.0.0.1"
localPort = 7861
customDomains = ["www.xxxxxx.com"]
服务器配置: frps.toml
bindPort = 7000
vhostHttpPort = 8090
服务端Nginx配置:
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name _;
root /usr/share/nginx/html;
}
Logs
日志没有报错
Steps to reproduce
No response
Affected area
@dzsdbsdxq commented on GitHub (Mar 19, 2024):
ng加上下面配置试试
proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade";