10000 docs: add section about how to disable path based apps to security best practices by EdwardAngert · Pull Request #18419 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

docs: add section about how to disable path based apps to security best practices #18419

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 9 commits into from
Jul 1, 2025
Prev Previous commit
Next Next commit
link to disable path-based
  • Loading branch information
EdwardAngert committed Jun 17, 2025
commit a5486ca4a7042e64a4294c308c75bf285894e131
2 changes: 2 additions & 0 deletions docs/admin/setup/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ If you are providing TLS certificates directly to the Coder server, either
options (these both take a comma separated list of files; list certificates
and their respective keys in the same order).

After you enable a wildcard sub-domain, [disable path-based apps](../../tutorials/best-practices/security-best-practices.md).

## TLS & Reverse Proxy

The Coder server can directly use TLS certificates with `CODER_TLS_ENABLE` and
Expand Down
Loading
0