Skip to content

Commit

Permalink
Add web sockets section
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-lloyd03 committed Sep 5, 2022
1 parent dc18d64 commit 3a04247
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/reverse-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Running Headscale behind a reverse proxy is suitable for container-based deployments. This is especially useful on a server were port 443 is already being used for other web services.

### Web Sockets
The reverse proxy _must_ be configured to support websockets if you are running headscale 0.17.x+ and tailscale v1.30+.

### TLS
Headscale can be configured not to use TLS, leaving it to the reverse proxy to handle. Add the following configuration values to your headscale config file.

```yaml
Expand Down

0 comments on commit 3a04247

Please sign in to comment.