Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd85c354

Browse files
voxnyxmatifali
andauthored
docs: addCODER_TLS_ADDRESS to documentation for TLS setup (#9503)
Co-authored-by: Muhammad Atif Ali <atif@coder.com>
1 parent630d125 commitd85c354

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎docs/admin/configure.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +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-
CODER_HTTP_ADDRESS=127.0.0.1:3000
142+
CODER_HTTP_ADDRESS=0.0.0.0:3000
143143
144144
# String. The URL of a PostgreSQL database to connect to. If empty, PostgreSQL binaries
145145
# will be downloaded from Maven (https://repo1.maven.org/maven2) and store all
@@ -149,6 +149,9 @@ CODER_PG_CONNECTION_URL=
149149
# Boolean. Specifies if TLS will be enabled.
150150
CODER_TLS_ENABLE=
151151
152+
# If CODER_TLS_ENABLE=true, also set:
153+
CODER_TLS_ADDRESS=0.0.0.0:3443
154+
152155
# String. Specifies the path to the certificate for TLS. It requires a PEM-encoded file.
153156
# To configure the listener to use a CA certificate, concatenate the primary
154157
# certificate and the CA certificate together. The primary certificate should

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp