From 17de726347d8d30bc8053908373115e2cb47b466 Mon Sep 17 00:00:00 2001 From: fede <63209974+fedefreue@users.noreply.github.com> Date: Tue, 24 Jan 2023 09:15:14 -0500 Subject: [PATCH] Additional update --- documentation/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/configuration.md b/documentation/configuration.md index 94764aa..a25adee 100644 --- a/documentation/configuration.md +++ b/documentation/configuration.md @@ -79,6 +79,6 @@ Once all three services are running, set up Headscale and Headscale UI _by creat 3. Advanced: In the text box, add the following to manage the Headscale UI path properly: ```json location /web/ { - proxy_pass https://132.145.201.160:8443/web/; + proxy_pass https://XXX.XXX.XXX.XXXX:port/web/; } ``` \ No newline at end of file