Skip to content

Commit c547591

Browse files
authored
refactor(docs): refactoring to remove dublication (#6297)
1 parent a0e096b commit c547591

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/admin/configure.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ subdomain that resolves to Coder (e.g. `*.coder.example.com`).
4646

4747
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, for example.
4848

49-
- Apache: [Run Coder with Apache and LetsEncrypt](https://github.com/coder/coder/tree/main/examples/web-server/apache)
50-
- Caddy: [Run Coder with Caddy and LetsEncrypt](https://github.com/coder/coder/tree/main/examples/web-server/caddy)
51-
- NGINX: [Run Coder with Nginx and LetsEncrypt](https://github.com/coder/coder/tree/main/examples/web-server/nginx)
49+
- [Apache](https://github.com/coder/coder/tree/main/examples/web-server/apache)
50+
- [Caddy](https://github.com/coder/coder/tree/main/examples/web-server/caddy)
51+
- [NGINX](https://github.com/coder/coder/tree/main/examples/web-server/nginx)
5252

5353
## PostgreSQL Database
5454

0 commit comments

Comments
 (0)