config file support
This commit is contained in:
parent
39885844a2
commit
72c1e3c813
3 changed files with 95 additions and 51 deletions
17
doc/sheldond.conf
Normal file
17
doc/sheldond.conf
Normal file
|
@ -0,0 +1,17 @@
|
|||
# no virtual host support yet, so this is actually the only host
|
||||
default_host = localhost
|
||||
|
||||
# should be self explanatory
|
||||
gem_root = /var/gemini/
|
||||
|
||||
# you can define as many of these as you like
|
||||
listen = [::1]:1965
|
||||
listen = 127.0.0.1:1965
|
||||
|
||||
# privilige level for the server to drop to after initializing
|
||||
user = gem-data
|
||||
group = gem-data
|
||||
|
||||
# certificate data MUST be in PEM format right now
|
||||
cert_key = /etc/ssl/private/gemini-key.pem
|
||||
cert_chain = /etc/ssl/certs/gemini-chain.pem
|
Loading…
Add table
Add a link
Reference in a new issue