diff --git a/config.toml b/config.toml index 4eb5014..5b4e1d3 100644 --- a/config.toml +++ b/config.toml @@ -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" }