website/docs: add docs for advanced SSH config

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>

#2916
This commit is contained in:
Jens Langhammer
2022-05-21 13:06:54 +02:00
parent 2dee8034d3
commit 6f56a61a64
2 changed files with 7 additions and 1 deletions

View File

@ -50,7 +50,7 @@ func (ps *ProxyServer) lookupApp(r *http.Request) (*application.Application, str
// Try to find application by directly looking up host first (proxy, forward_auth_single)
a, ok := ps.apps[host]
if ok {
ps.log.WithField("host", host).WithField("app", a.ProxyConfig().Name).Debug("Found app based direct host match")
ps.log.WithField("host", host).WithField("app", a.ProxyConfig().Name).Trace("Found app based direct host match")
return a, host
}
// For forward_auth_domain, we don't have a direct app to domain relationship