Skip to content

Commit 647215b

Browse files
authored
Update configure.md
Updated TLS instructions to include CODER_TLS_ADDRESS
1 parent b9f604c commit 647215b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/admin/configure.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ 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-
CODER_HTTP_ADDRESS=127.0.0.1:3000
142+
# Use 0.0.0.0:3000 for non-local connections
143+
CODER_HTTP_ADDRESS=127.0.0.1:3000
143144
144145
# String. The URL of a PostgreSQL database to connect to. If empty, PostgreSQL binaries
145146
# will be downloaded from Maven (https://repo1.maven.org/maven2) and store all
@@ -149,6 +150,9 @@ CODER_PG_CONNECTION_URL=
149150
# Boolean. Specifies if TLS will be enabled.
150151
CODER_TLS_ENABLE=
151152
153+
# If TLS_ENABLE=true && Opening access to outside or want to change TLS port:
154+
CODER_TLS_ADDRESS=0.0.0.0:3443
155+
152156
# String. Specifies the path to the certificate for TLS. It requires a PEM-encoded file.
153157
# To configure the listener to use a CA certificate, concatenate the primary
154158
# certificate and the CA certificate together. The primary certificate should

0 commit comments

Comments
 (0)