mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
13 lines
212 B
Plaintext
13 lines
212 B
Plaintext
certdir = "/etc/ssl/gmid"
|
|
|
|
user "gemini" # drop privileges
|
|
|
|
server "localhost" {
|
|
listen on * port 1965;
|
|
cert $certdir "/gmid.crt"
|
|
key $certdir "/gmid.key"
|
|
|
|
root "/var/gemini/localhost"
|
|
auto index on
|
|
}
|