mirror of
https://github.com/juanfont/headscale.git
synced 2025-04-23 09:21:33 +00:00
Updated nginx configuration (markdown)
parent
39567b06fd
commit
687d03da59
@ -1,5 +1,3 @@
|
|||||||
# nginx configuration
|
|
||||||
|
|
||||||
The original Tailscale protocol relies on HTTP Long-Polling¹ for communication with the control server. Long story short, the client opens a HTTP 1.1 connection to the server and maintains it open, to receive keep-alives + updates in the tailnet/namespace.
|
The original Tailscale protocol relies on HTTP Long-Polling¹ for communication with the control server. Long story short, the client opens a HTTP 1.1 connection to the server and maintains it open, to receive keep-alives + updates in the tailnet/namespace.
|
||||||
|
|
||||||
nginx must be aware of this situation if you want to use it as a reverse proxy in front of Headscale. Otherwise it will keep closing the connections from the clients, or even worse not closing them when it is needed.
|
nginx must be aware of this situation if you want to use it as a reverse proxy in front of Headscale. Otherwise it will keep closing the connections from the clients, or even worse not closing them when it is needed.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user