X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=rc%2Fexample.cfg%2Fgo.go;h=845dfcc308514bf364c85fb4380cc13fca731a68;hb=15cca702c64ba1cf280ba87c5164285b2bc119db;hp=11efeea060fbbca949778225df112eff2109f13f;hpb=6f53828898396986bfeb02734e5cbff3c53f1bcd;p=godlighty.git diff --git a/rc/example.cfg/go.go b/rc/example.cfg/go.go index 11efeea..845dfcc 100644 --- a/rc/example.cfg/go.go +++ b/rc/example.cfg/go.go @@ -11,7 +11,7 @@ func addGoRepoCfg(host string) { Root: path.Join(WWW, host), TLS: newTLSCfg(host), MIMEs: map[string]string{"": "text/html"}, - Indexes: []string{"v1"}, + Indices: []string{"v1"}, } }