From 2540b0d02cc0c070104137a36e289bde007e4119 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Tue, 6 Jul 2021 12:49:37 -0700 Subject: [PATCH] docs(guide): add note for exposing address NGINX --- docs/guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/guide.md b/docs/guide.md index 70dcb86c..b7b2ab87 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -261,6 +261,8 @@ Make sure to substitute `me@example.com` with your actual email. Visit `https://` to access `code-server`. Congratulations! +Note: if you set `proxy_set_header Host $host;` in your reverse proxy config, it will change the address displayed in the green section of code-server in the bottom left to show the correct address. + ### Self Signed Certificate **note:** Self signed certificates do not work with iPad normally. See [./ipad.md](./ipad.md) for details.