From 83da629482df1e617a379a74c338085d181e848e Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Thu, 26 Oct 2023 12:35:56 +0300 Subject: [PATCH] chore(examples): fix a small typo --- examples/web-server/nginx/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/web-server/nginx/README.md b/examples/web-server/nginx/README.md index 5c822856fdb1e..3454fe190f38c 100644 --- a/examples/web-server/nginx/README.md +++ b/examples/web-server/nginx/README.md @@ -7,7 +7,7 @@ ```env CODER_HTTP_ADDRESS=127.0.0.1:3000 CODER_ACCESS_URL=https://coder.example.com - CODER_WILDCARD_ACCESS_URL=*coder.example.com + CODER_WILDCARD_ACCESS_URL=*.coder.example.com ``` Throughout the guide, be sure to replace `coder.example.com` with the domain you intend to use with Coder.