You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a few sites that run locally for development, which I use the host-header=mysite.local.domain.com for, and that works just fine, the only issue is that all the links etc are set as mysite.local.domain.com rather than the alias used.
It would be handy if there was another header passed that said what the alias is.
For example:
Yea, I have a couple of ones that I can't change to be relative - they are generated automatically - but I think with the x-sish-host I can tweak it to work
I have a few sites that run locally for development, which I use the host-header=mysite.local.domain.com for, and that works just fine, the only issue is that all the links etc are set as
mysite.local.domain.com
rather than the alias used.It would be handy if there was another header passed that said what the alias is.
For example:
ssh -R test:443:localhost:443 ssi.sh host-header=mysite.local.domain.com
would also pass through some headers like
then I could check for the
X-Sish-Domain
header and adjust the links accordingly.Is that possible now, or would it be something that maybe could be implemented?
The text was updated successfully, but these errors were encountered: