From 0c590ab1d9aaa9b031ab56847d65085c36acdb47 Mon Sep 17 00:00:00 2001 From: dickreckard Date: Wed, 6 Nov 2019 01:46:17 +0100 Subject: [PATCH] Update 'docs/index.md' lighttpd typo --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 983313f..c9cc576 100644 --- a/docs/index.md +++ b/docs/index.md @@ -508,7 +508,7 @@ And then make sure the following is in the ```bash server.error-handler-404 = "/bibliotecha/index.html" $HTTP["host"] == "bibliotecha.library" { - proxy.server = ("" => (("host" => "127.0.0.1", "port" => "8083")))' + proxy.server = ("" => (("host" => "127.0.0.1", "port" => "8083"))) } ```