]> Sergey Matveev's repositories - godlighty.git/blob - rc/example.cfg/root.go
Verbose redirects, tiny DRY
[godlighty.git] / rc / example.cfg / root.go
1 package cfg
2
3 import "path"
4
5 var (
6         Root   = "/home/lighttpd"
7         Etc    = path.Join(Root, "etc")
8         WWW    = path.Join(Root, "www")
9         CACert = path.Join(Etc, "ca.cypherpunks.ru.pem")
10 )