2020-05-17 15:18:50 +00:00
|
|
|
# no virtual host support yet, so this is actually the only host
|
|
|
|
default_host = localhost
|
|
|
|
|
|
|
|
# should be self explanatory
|
2020-05-19 05:25:03 +00:00
|
|
|
gem_root = ./doc
|
2020-05-17 15:18:50 +00:00
|
|
|
|
|
|
|
# you can define as many of these as you like
|
2020-05-26 04:49:20 +00:00
|
|
|
listen = 0.0.0.0:1965
|
2020-05-26 05:36:53 +00:00
|
|
|
listen = [::1]:1965
|
2020-05-17 15:18:50 +00:00
|
|
|
|
2020-05-17 18:25:59 +00:00
|
|
|
# privilege level for the server to drop to after initializing
|
2020-05-19 05:25:03 +00:00
|
|
|
user = nobody
|
|
|
|
group = nobody
|
2020-05-17 15:18:50 +00:00
|
|
|
|
|
|
|
# certificate data MUST be in PEM format right now
|
2020-05-19 05:25:03 +00:00
|
|
|
cert_key = ./doc/key.pem
|
|
|
|
cert_chain = ./doc/cert.pem
|