From e4b9415bd093b329766d5e3a8d955302c15e6be9 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 20 Feb 2023 22:40:47 +0300 Subject: [PATCH 1/3] docs: Update the troubleshooting section Update the troubleshooting section to link web-server docs --- docs/templates.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/templates.md b/docs/templates.md index 1502cee284567..de7335e179587 100644 --- a/docs/templates.md +++ b/docs/templates.md @@ -401,6 +401,9 @@ practices: - The Coder agent logs are typically stored in `/tmp/coder-agent.log` - The Coder agent startup script logs are typically stored in `/tmp/coder-startup-script.log` +- This can also happen if the websockets are not being forwarded correctly when running Coder behind a reverse proxy. Follow our examples. + - [NGINX](https://github.com/coder/coder/tree/main/examples/web-server/nginx) + - [Apache](https://github.com/coder/coder/tree/main/examples/web-server/apache) ### Agent does not become ready From 3dd7c66d1f2878163ff33ea2f85dc614fbad17cb Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 20 Feb 2023 23:00:20 +0300 Subject: [PATCH 2/3] make fmt --- docs/templates.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/templates.md b/docs/templates.md index de7335e179587..e33655eeb673a 100644 --- a/docs/templates.md +++ b/docs/templates.md @@ -401,9 +401,9 @@ practices: - The Coder agent logs are typically stored in `/tmp/coder-agent.log` - The Coder agent startup script logs are typically stored in `/tmp/coder-startup-script.log` -- This can also happen if the websockets are not being forwarded correctly when running Coder behind a reverse proxy. Follow our examples. - - [NGINX](https://github.com/coder/coder/tree/main/examples/web-server/nginx) - - [Apache](https://github.com/coder/coder/tree/main/examples/web-server/apache) +- This can also happen if the websockets are not being forwarded correctly when running Coder behind a reverse proxy. Follow our examples. + - [NGINX](https://github.com/coder/coder/tree/main/examples/web-server/nginx) + - [Apache](https://github.com/coder/coder/tree/main/examples/web-server/apache) ### Agent does not become ready From 2ee32ed99debc69ea4474be9ccc691c7386637a7 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Tue, 21 Feb 2023 20:04:47 +0300 Subject: [PATCH 3/3] Update docs/templates.md Co-authored-by: Ben Potter --- docs/templates.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/templates.md b/docs/templates.md index e33655eeb673a..a1a3d2e33bfd8 100644 --- a/docs/templates.md +++ b/docs/templates.md @@ -401,9 +401,7 @@ practices: - The Coder agent logs are typically stored in `/tmp/coder-agent.log` - The Coder agent startup script logs are typically stored in `/tmp/coder-startup-script.log` -- This can also happen if the websockets are not being forwarded correctly when running Coder behind a reverse proxy. Follow our examples. - - [NGINX](https://github.com/coder/coder/tree/main/examples/web-server/nginx) - - [Apache](https://github.com/coder/coder/tree/main/examples/web-server/apache) +- This can also happen if the websockets are not being forwarded correctly when running Coder behind a reverse proxy. [Read our reverse-proxy docs](https://coder.com/docs/v2/latest/admin/configure#tls--reverse-proxy) ### Agent does not become ready