Replies: 2 comments 1 reply
-
你v2ray配置文件写错了,给你个正确的参考。
}], |
Beta Was this translation helpful? Give feedback.
-
Nginx proxy_pass 的是http, 所以你的xray配置tls要去掉
改为
|
Beta Was this translation helpful? Give feedback.
-
你v2ray配置文件写错了,给你个正确的参考。
}], |
Beta Was this translation helpful? Give feedback.
-
Nginx proxy_pass 的是http, 所以你的xray配置tls要去掉
改为
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
各位大师,我的nginx已经配好一个https网站,证书均已正常工作,https网页也可以正常访问,所用端口为8080,在这个基础上增加v2ray websocket部分,但总是不成功,从nginx的access log上看直接返回400了,根本没有到v2ray去,所以v2ray log没有任何信息。
我的思路是,在访问预设路径时,nginx直接proxy_pass http://127.0.0.1:49478 (v2ray监听端口),不知道这个思路是不是正确,请教一下各位专家指导一下?谢谢
nginx 8080端口部分的配置(隐藏部分信息):
v2ray server端配置
Beta Was this translation helpful? Give feedback.
All reactions