Fixed typo in config.toml
This commit is contained in:
@@ -26,7 +26,7 @@ cgienv = { "GIT_PROJECT_ROOT" = "/srv/git" }
|
||||
usrdir = true
|
||||
# proxy is optional
|
||||
# path is what comes after the hostname e.g. example.com/path
|
||||
proxy { path = "localhost:1966" }
|
||||
proxy = { path = "localhost:1966" }
|
||||
# redirect is optional
|
||||
redirect = { "/redirect" = "/", "/newdomain" = "gemini://example.net" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user