mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-29 18:33:05 +00:00
Minor message change
This commit is contained in:
parent
2262188d8a
commit
a377ee14b4
1 changed files with 1 additions and 1 deletions
2
noise.go
2
noise.go
|
@ -30,7 +30,7 @@ func (h *Headscale) NoiseUpgradeHandler(
|
|||
// be passed to Headscale. Let's give them a hint.
|
||||
log.Warn().
|
||||
Caller().
|
||||
Msg("No Upgrade header found in TS2021 request. If running headscale behind a reverse proxy, make sure it is configured to pass WebSockets through.")
|
||||
Msg("No Upgrade header in TS2021 request. If headscale is behind a reverse proxy, make sure it is configured to pass WebSockets through.")
|
||||
http.Error(writer, "Internal error", http.StatusInternalServerError)
|
||||
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue