17 lines
424 B
Text
17 lines
424 B
Text
# no virtual host support yet, so this is actually the only host
|
|
default_host = localhost
|
|
|
|
# should be self explanatory
|
|
gem_root = ./doc
|
|
|
|
# you can define as many of these as you like
|
|
listen = 0.0.0.0:1965
|
|
listen = [::1]:1965
|
|
|
|
# privilege level for the server to drop to after initializing
|
|
user = nobody
|
|
group = nobody
|
|
|
|
# certificate data MUST be in PEM format right now
|
|
cert_key = ./doc/key.pem
|
|
cert_chain = ./doc/cert.pem
|