We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75fa8ca commit 18600d3Copy full SHA for 18600d3
docs/admin/setup/index.md
@@ -44,6 +44,11 @@ coder server
44
or running [coder_apps](../templates/index.md) on an absolute path. Set this to
45
a wildcard subdomain that resolves to Coder (e.g. `*.coder.example.com`).
46
47
+> Note: We do not recommend using a top-level-domain for Coder wildcard access
48
+> (for example `*.workspaces`), even on private networks with split-DNS. Some
49
+> browsers consider these "public" domains and will refuse Coder's cookies,
50
+> which are vital to the proper operation of this feature.
51
+
52
If you are providing TLS certificates directly to the Coder server, either
53
54
1. Use a single certificate and key for both the root and wildcard domains.
0 commit comments