sheldond/doc/sheldond.conf

18 lines
424 B
Text
Raw Permalink Normal View History

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
listen = 0.0.0.0:1965
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