diff options
Diffstat (limited to 'doc/sheldond.conf')
| -rw-r--r-- | doc/sheldond.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/sheldond.conf b/doc/sheldond.conf index 1af1389..7c39f06 100644 --- a/doc/sheldond.conf +++ b/doc/sheldond.conf @@ -2,16 +2,16 @@ default_host = localhost # should be self explanatory -gem_root = /var/gemini/ +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 = gem-data -group = gem-data +user = nobody +group = nobody # 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 +cert_key = ./doc/key.pem +cert_chain = ./doc/cert.pem |
