mirror of https://git.tuxpa.in/a/code-server.git
Merge pull request #3726 from cdr/jsjoeio-docs-nginx
docs(guide): add note about configuration for NGINX
This commit is contained in:
commit
8e75d320ff
|
@ -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!
|
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
|
### Self Signed Certificate
|
||||||
|
|
||||||
**note:** Self signed certificates do not work with iPad normally. See [./ipad.md](./ipad.md) for details.
|
**note:** Self signed certificates do not work with iPad normally. See [./ipad.md](./ipad.md) for details.
|
||||||
|
|
Loading…
Reference in New Issue