Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d29da64

Browse files
authoredFeb 13, 2023
change nginx example to to absolute path
1 parent 2c7f0cf commit d29da64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/admin/configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ subdomain that resolves to Coder (e.g. `*.coder.example.com`).
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

4949
- Caddy: [Run Coder with Caddy and LetsEncrypt](https://github.com/coder/coder/tree/main/examples/web-server/caddy)
50-
- Nginx: [Run Coder with Nginx and LetsEncrypt](https://../../../examples/web-server/nginx)
50+
- Nginx: [Run Coder with Nginx and LetsEncrypt](https://github.com/coder/coder/tree/main/examples/web-server/nginx)
5151

5252
## PostgreSQL Database
5353

0 commit comments

Comments
 (0)
Failed to load comments.