]> Sergey Matveev's repositories - godlighty.git/blob - rc/example.cfg/if.mirror.cypherpunks.ru.go
1e1a1dab04179b7497edea54e57ca237e109af04
[godlighty.git] / rc / example.cfg / if.mirror.cypherpunks.ru.go
1 package cfg
2
3 import "go.stargrave.org/godlighty"
4
5 func init() {
6         addStaticListedDir("www.if.mirror.cypherpunks.ru", "/storage/if")
7         godlighty.Hosts["www.if.mirror.cypherpunks.ru"].MIMEs = map[string]string{
8                 "directory-tree": "text/plain",
9                 "Index":          "text/plain",
10                 "Master-Index":   "text/plain",
11         }
12         godlighty.Hosts["www.if.mirror.cypherpunks.ru"].Readmes = []string{"Index"}
13 }