-
In the interface I only get this (see below). I can't edit the first part :-( |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This is set to the host found in the headers: Are you deploying Sourcebot behind a domain and is this value invalid? |
Beta Was this translation helpful? Give feedback.
-
I could solve this via:
Still, I think it would be very helpful for many other users, if you'd mention a typical Apache reverse proxy setup in the docs. It's basically only these three lines in a virtual host:
BTW: In situations where such an option is not available, I think the X-Forwarded-Host header should also be supported: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/X-Forwarded-Host If it is set, it should have precedence over the normal Host header. |
Beta Was this translation helpful? Give feedback.
I could solve this via:
ProxyPreserveHost on
Still, I think it would be very helpful for many other users, if you'd mention a typical Apache reverse proxy setup in the docs. It's basically only these three lines in a virtual host:
BTW: In situations where such an option is not available, I think the X-Forwarded-Host header should also be supported:
https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/X-Forwarded-Host
If it is set, it should have precedence over the normal Host header.