Skip to content
Merged
Changes from 1 commit
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
Next Next commit
docs: fix links for revere-proxy docs
  • Loading branch information
matifali authored Oct 9, 2024
commit 2ca5ce283c2a08df5455b11b6eafeb16d56bdc60
4 changes: 4 additions & 0 deletions docs/admin/setup/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ The Coder server can directly use TLS certificates with `CODER_TLS_ENABLE` and
accompanying configuration flags. However, Coder can also run behind a
reverse-proxy to terminate TLS certificates from LetsEncrypt.

- [Apache](./web-server/apache/index.md)
- [Caddy](./web-server/caddy/index.md)
- [NGINX](./web-server/nginx/index.md)

### Kubernetes TLS configuration

Below are the steps to configure Coder to terminate TLS when running on
Expand Down
Loading