We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb9b4a commit e4b9415Copy full SHA for e4b9415
docs/templates.md
@@ -401,6 +401,9 @@ practices:
401
- The Coder agent logs are typically stored in `/tmp/coder-agent.log`
402
- The Coder agent startup script logs are typically stored in
403
`/tmp/coder-startup-script.log`
404
+- This can also happen if the websockets are not being forwarded correctly when running Coder behind a reverse proxy. Follow our examples.
405
+ - [NGINX](https://github.com/coder/coder/tree/main/examples/web-server/nginx)
406
+ - [Apache](https://github.com/coder/coder/tree/main/examples/web-server/apache)
407
408
### Agent does not become ready
409
0 commit comments