Replies: 3 comments
-
这个问题我们暂时没有好的处理办法 |
Beta Was this translation helpful? Give feedback.
0 replies
-
好吧
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
联系方式
No response
1Panel 版本
1.9.6
问题描述
使用 frp 获取真实 ip 需要修改 nginx 配置,然后点击 当前状态 就会出现 接口 报错,抱歉不知道什么原因不能上传截图
报错接口:
接口报错内容:
重现步骤
第一步: 修改 nginx 配置 http 节点下增加 如下内容
第二步: 修改随意网站的 server 节点 ,修改如下,增加 proxy_protocol
第三步
如果需要 frp 的配置
frp 开源地址
frp 配置 tls 协议加密文档
frpc.toml 配置
transport.tls.certFile = "/to/cert/path/client.crt"
transport.tls.keyFile = "/to/key/path/client.key"
transport.tls.trustedCaFile = "/to/ca/path/ca.crt"
frps.toml 配置
transport.tls.certFile = "/to/cert/path/server.crt"
transport.tls.keyFile = "/to/key/path/server.key"
transport.tls.trustedCaFile = "/to/ca/path/ca.crt"
期待的正确结果
No response
相关日志输出
No response
附加信息
Beta Was this translation helpful? Give feedback.
All reactions