docs(guide): add note for exposing address NGINX

This commit is contained in:
Joe Previte 2021-07-06 12:49:37 -07:00
parent 102f8117b7
commit 2540b0d02c
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24
1 changed files with 2 additions and 0 deletions

View File

@ -261,6 +261,8 @@ Make sure to substitute `me@example.com` with your actual email.
Visit `https://<your-domain-name>` 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.