mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 04:23:16 -04:00
net-misc/gmid: add 2.0.1
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
12
net-misc/gmid/files/gmid.conf-r1
Normal file
12
net-misc/gmid/files/gmid.conf-r1
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user