Reverse proxy problems with Graylog Enterprise

I’ve got Graylog 3 running since a while without any problems on my internal https://bmo.chileo.cat/graylog/

The server.conf is mostly default, I only set required settings like timezone, password. As reverse proxy I use apache with this config:

<Location /graylog/>
RequestHeader set X-Graylog-Server-URL “xxx/graylog/”
ProxyPass xxx127.0.0.1:9000/
ProxyPassReverse xxx127.0.0.1:9000/

In the WebGUI all links are correctly but the enterprise section is broken, all enterprise links have /graylog/ missing. i.e. xxx/system/licenses insted of xxx/graylog/system/licenses.

any suggestion how I can fix that?

run 3.0.1 - that contains a fix for that.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.