From 6afc3a6ba920bca503e32fda76b3b1b8b13d802c Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Tue, 21 Feb 2023 20:29:50 +0300 Subject: [PATCH] refactor(docs): refactoring to remove dublication --- docs/admin/configure.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/admin/configure.md b/docs/admin/configure.md index eba04a1bfca63..d649655a8c83a 100644 --- a/docs/admin/configure.md +++ b/docs/admin/configure.md @@ -46,9 +46,9 @@ subdomain that resolves to Coder (e.g. `*.coder.example.com`). 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. -- Apache: [Run Coder with Apache and LetsEncrypt](https://github.com/coder/coder/tree/main/examples/web-server/apache) -- Caddy: [Run Coder with Caddy and LetsEncrypt](https://github.com/coder/coder/tree/main/examples/web-server/caddy) -- NGINX: [Run Coder with Nginx and LetsEncrypt](https://github.com/coder/coder/tree/main/examples/web-server/nginx) +- [Apache](https://github.com/coder/coder/tree/main/examples/web-server/apache) +- [Caddy](https://github.com/coder/coder/tree/main/examples/web-server/caddy) +- [NGINX](https://github.com/coder/coder/tree/main/examples/web-server/nginx) ## PostgreSQL Database