Cannot login when using reverse proxy

Hi, i've configured an apache reverse proxy and I can see the login page but when I login i get a 500 error when it tries to access https://mywebsite/api/auth/error
Solution
Hi thanks for the link, i've removed RequestHeader set X-Forwarded-Host "%{HTTP_HOST}s" from the config and it works now !!
Was this page helpful?