Skip to content

Commit 9a505fa

Browse files
silverwindlafriks
authored andcommitted
Improve docs for PROTOCOL and HTTP_ADDR options (#2231)
Fixes: #2230
1 parent d74d8ec commit 9a505fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

conf/app.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,11 @@ CUSTOM_URL_SCHEMES =
9494
FILE_EXTENSIONS = .md,.markdown,.mdown,.mkd
9595

9696
[server]
97+
; Listen protocol. One of 'http', 'https', 'unix' or 'fcgi'.
9798
PROTOCOL = http
9899
DOMAIN = localhost
99100
ROOT_URL = %(PROTOCOL)s://%(DOMAIN)s:%(HTTP_PORT)s/
101+
; Listen address. Either a IPv4/IPv6 address or the path to a unix socket.
100102
HTTP_ADDR = 0.0.0.0
101103
HTTP_PORT = 3000
102104
; Permission for unix socket
@@ -156,7 +158,7 @@ LFS_START_SERVER = false
156158
; Where your lfs files put on, default is data/lfs.
157159
LFS_CONTENT_PATH = data/lfs
158160
; LFS authentication secret, changed this to yourself.
159-
LFS_JWT_SECRET =
161+
LFS_JWT_SECRET =
160162

161163
; Define allowed algorithms and their minimum key length (use -1 to disable a type)
162164
[ssh.minimum_key_sizes]

0 commit comments

Comments
 (0)