Update 'docs/index.md'

lighttpd typo
This commit is contained in:
dickreckard 2019-11-06 01:46:17 +01:00
parent dd11558e3f
commit 0c590ab1d9

View File

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