Thanks Nardus,

  ProxyPreserveHost did the trick, all seems to be working now.

On Mon, 13 Jun 2022 at 12:43, Nardus Geldenhuys <[email protected]> wrote:

> This worked for us:
>
> edit /etc/httpd/conf.d/ovirt-engine-grafana-proxy.conf
> add "ProxyPreserveHost On"
> should look like this now:
>
> <IfModule !mod_proxy>
>     LoadModule proxy_module modules/mod_proxy.so
> </IfModule>
>
> <Location /ovirt-engine-grafana>
>     ProxyPreserveHost On
>     ProxyPass http://127.0.0.1:3000 retry=0 disablereuse=On
>     ProxyPassReverse http://127.0.0.1:3000/ovirt-engine-grafana
> </Location>
>
> systemctl restart httpd
> _______________________________________________
> Users mailing list -- [email protected]
> To unsubscribe send an email to [email protected]
> Privacy Statement: https://www.ovirt.org/privacy-policy.html
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/[email protected]/message/TZFFIN4ESDYTJLNHYW7WDXYKECEZ57K6/
>
_______________________________________________
Users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/[email protected]/message/VOIFYLPZPJ77TWAJAWTLH3ZH57WASSCI/

Reply via email to