Skip to content

Commit 4cd1ca8

Browse files
authored
link to web-server docs
1 parent aa0f655 commit 4cd1ca8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/admin/configure.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,7 @@ you can configure the server by setting the following variables in
139139
CODER_ACCESS_URL=https://coder.example.com
140140
141141
# String. Address to serve the API and dashboard.
142-
# Use 0.0.0.0:3000 for non-local connections
143-
CODER_HTTP_ADDRESS=127.0.0.1:3000
142+
CODER_HTTP_ADDRESS=0.0.0.0:3000
144143
145144
# String. The URL of a PostgreSQL database to connect to. If empty, PostgreSQL binaries
146145
# will be downloaded from Maven (https://repo1.maven.org/maven2) and store all
@@ -150,7 +149,7 @@ CODER_PG_CONNECTION_URL=
150149
# Boolean. Specifies if TLS will be enabled.
151150
CODER_TLS_ENABLE=
152151
153-
# If CODER_TLS_ENABLE=true && Opening access to outside or want to change TLS port:
152+
# If CODER_TLS_ENABLE=true, also set:
154153
CODER_TLS_ADDRESS=0.0.0.0:3443
155154
156155
# String. Specifies the path to the certificate for TLS. It requires a PEM-encoded file.
@@ -186,6 +185,10 @@ To configure Coder behind a corporate proxy, set the environment variables
186185
`HTTP_PROXY` and `HTTPS_PROXY`. Be sure to restart the server. Lowercase values
187186
(e.g. `http_proxy`) are also respected in this case.
188187

188+
## Configuring Coder behinf a revrese proxy
189+
190+
To configure Coder behind a revres proxy, see our [web-server](https://github.com/RaineAllDay/coder/tree/main/examples/web-server) example docs.
191+
189192
## Up Next
190193

191194
- [Learn how to upgrade Coder](./upgrade.md).

0 commit comments

Comments
 (0)