Fixed typo in config.toml
This commit is contained in:
@@ -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" }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user