11 lines
193 B
TOML
11 lines
193 B
TOML
[starfig]
|
|
pfx = "identity.pfx"
|
|
bind_address = "0.0.0.0:1965"
|
|
|
|
[hosts]
|
|
redirect_invalid_hosts = false
|
|
active = [ "default" ]
|
|
|
|
[hosts.default]
|
|
domain = "example.org"
|
|
root = "/srv/gemini/content"
|