summaryrefslogtreecommitdiff
path: root/doc/sheldond.conf
diff options
context:
space:
mode:
authorJan Wolff <janw@mailbox.org>2020-05-19 07:25:03 +0200
committerJan Wolff <janw@mailbox.org>2020-05-19 07:25:03 +0200
commitb6e428eba2397ab063f6580098fe100906c44fb1 (patch)
tree967a5c6a48bd8f10458250d57a0b5f5d014e78be /doc/sheldond.conf
parent710e8aae565bd376d493ed89859c52d7f58a34f7 (diff)
more documentation
Diffstat (limited to 'doc/sheldond.conf')
-rw-r--r--doc/sheldond.conf10
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