Skip to content

Commit 143a056

Browse files
authored
Update custom/conf/app.example.ini
1 parent c398fd0 commit 143a056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom/conf/app.example.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ RUN_USER = ; git
128128
;; most cases you do not need to change the default value. Alter it only if
129129
;; your SSH server node is not the same as HTTP node. For different protocol, the default
130130
;; values are different. If `PROTOCOL` is `http+unix`, the default value is `http://unix/`.
131-
;; If `PROTOCOL` is `fcgi` or `fcgi+unix`, the default value is `%(PROTOCOL)s://%(HTTP_ADDR)s:%(HTTP_PORT)s/`.
131+
;; If `PROTOCOL` is `fcgi` or `fcgi+unix`, the default value is `{PROTOCOL}://{HTTP_ADDR}:{HTTP_PORT}/`.
132132
;; If listen on `0.0.0.0`, the default value is `{PROTOCOL}://localhost:{HTTP_PORT}/`.
133133
;; Otherwise the default value is `{PROTOCOL}://{HTTP_ADDR}:{HTTP_PORT}/`.
134134
;; Most users don't need (and shouldn't) set this value.

0 commit comments

Comments
 (0)