We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8733ad commit 17de726Copy full SHA for 17de726
documentation/configuration.md
@@ -79,6 +79,6 @@ Once all three services are running, set up Headscale and Headscale UI _by creat
79
3. Advanced: In the text box, add the following to manage the Headscale UI path properly:
80
```json
81
location /web/ {
82
- proxy_pass https://132.145.201.160:8443/web/;
+ proxy_pass https://XXX.XXX.XXX.XXXX:port/web/;
83
}
84
```
0 commit comments