This commit is contained in:
Omar Polo 2021-07-11 09:47:19 +02:00
parent 2d06ae62ae
commit ad15003be8
1 changed files with 1 additions and 1 deletions

2
gmid.1
View File

@ -205,7 +205,7 @@ certdir = "/etc/keys"
common = "lang it; auto index on"
server "foo" {
root $dir "/foo" # -> /var/gemini/foo
root $dir "/foo" # -> /var/gemini/foo
cert $certdir "/foo.crt" # -> /etc/keys/foo.crt
key $certdir "/foo.pem" # -> /etc/keys/foo.pem
@common