Browse Source

Update 'docs/index.md'

lighttpd typo
pull/1/head
dickreckard 5 years ago
parent
commit
0c590ab1d9
  1. 2
      docs/index.md

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

Loading…
Cancel
Save