Skip to content

docs(guide): add note about configuration for NGINX #3726

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 8, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ Make sure to substitute `[email protected]` 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.
Expand Down