修改 Graylog URL

Modify Graylog URL

我需要将当前正在工作的 URL 更改为 https://10.1.1.1:9000 to https://10.1.1.1:9000/graylog。此更改特别有效,我可以访问

但是系统错误地替换了 URL: https://10.1.1.1:9000/graylog/graylog/system/overview

配置文件中修改URL的变化如下:

# Default: http://$http_bind_address/
http_publish_uri = https://10.1.1.1:9000/graylog

# Default: $http_publish_uri
http_external_uri = https://10.1.1.1:9000/graylog/

不知道其他配置是否需要修改?

谢谢

2019年4月1日发布的Graylog 3.0.1修复了这个问题:

Fix running Graylog web interface under a path prefix. Graylog2/graylog2-server#5702 Graylog2/graylog2-server#5703

此外,新版本修复了这些其他issues