Improve docs for PROTOCOL and HTTP_ADDR options (#2231)

Fixes: #2230
This commit is contained in:
silverwind 2017-07-30 22:07:23 +02:00 committed by Lauris BH
parent d74d8ecc2e
commit 9a505fafda
1 changed files with 3 additions and 1 deletions

2
conf/app.ini vendored
View File

@ -94,9 +94,11 @@ CUSTOM_URL_SCHEMES =
FILE_EXTENSIONS = .md,.markdown,.mdown,.mkd
[server]
; Listen protocol. One of 'http', 'https', 'unix' or 'fcgi'.
PROTOCOL = http
DOMAIN = localhost
ROOT_URL = %(PROTOCOL)s://%(DOMAIN)s:%(HTTP_PORT)s/
; Listen address. Either a IPv4/IPv6 address or the path to a unix socket.
HTTP_ADDR = 0.0.0.0
HTTP_PORT = 3000
; Permission for unix socket