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"))) } ```