more documentation
This commit is contained in:
parent
710e8aae56
commit
b6e428eba2
5 changed files with 50 additions and 18 deletions
7
doc/index.gmi
Normal file
7
doc/index.gmi
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Gemini!
|
||||
|
||||
This file is served over Gemini by Sheldon Director!
|
||||
|
||||
=> spec-spec.txt Read the Gemini spec
|
||||
=> key.pem The private key of this server!
|
||||
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue