Fixed typo in config.toml

This commit is contained in:
int 80h
2020-05-28 15:30:48 -04:00
parent cc757b3bdd
commit 2f89d8cb9a

View File

@@ -26,7 +26,7 @@ cgienv = { "GIT_PROJECT_ROOT" = "/srv/git" }
usrdir = true usrdir = true
# proxy is optional # proxy is optional
# path is what comes after the hostname e.g. example.com/path # path is what comes after the hostname e.g. example.com/path
proxy { path = "localhost:1966" } proxy = { path = "localhost:1966" }
# redirect is optional # redirect is optional
redirect = { "/redirect" = "/", "/newdomain" = "gemini://example.net" } redirect = { "/redirect" = "/", "/newdomain" = "gemini://example.net" }