summaryrefslogtreecommitdiff
path: root/doc/sheldond.conf
blob: 7c39f06a6342d154e39bcc4845a30a1e00dd5afe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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 = [::1]:1965
listen = 127.0.0.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