我看到安装灰度日志服务器后,我无法登录它给我一个错误,如下图所示,我看到日志没有问题
我已经为灰度日志web界面设置了反向代理
请帮帮我

发布于 2018-03-20 17:10:02
0.0.0.0不是有效的IP地址。
您可能错误地配置了web_endpoint_uri或rest_transport_uri配置设置或X-Graylog-Server-URL HTTP请求报头(它覆盖了前面提到的设置)。
还可以查看Graylog web界面的Graylog文档,其中包含有关此问题的更多详细信息:http://docs.graylog.org/en/2.4/pages/configuration/web_interface.html#how-does-the-web-interface-connect-to-the-graylog-server
https://stackoverflow.com/questions/49377192
复制相似问题