summarylogtreecommitdiffstats
path: root/gmlghd.example.conf
blob: 3db078e2fcbf76de625e1b315956e12e7ea06d7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
tcp {
    host = "127.0.0.1"
    port = 8234
}
upstream {
    local {
        root = "/srv/gemini/root"
        types {
            include = "/usr/share/gmlghd/mime.types"
        }
    }
}
converter {
    allow-empty-lines = true
}