From 2f89d8cb9a3ede41c200960c1be6f0890f0be1f9 Mon Sep 17 00:00:00 2001 From: int 80h Date: Thu, 28 May 2020 15:30:48 -0400 Subject: [PATCH] Fixed typo in config.toml --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }