master #1

Merged
decentral1se merged 6 commits from dickreckard/bibliotecha-manual:master into master 2019-12-11 09:49:40 +01:00
Showing only changes of commit 0c590ab1d9 - Show all commits

View File

@ -508,7 +508,7 @@ And then make sure the following is in the
```bash ```bash
server.error-handler-404 = "/bibliotecha/index.html" server.error-handler-404 = "/bibliotecha/index.html"
$HTTP["host"] == "bibliotecha.library" { $HTTP["host"] == "bibliotecha.library" {
proxy.server = ("" => (("host" => "127.0.0.1", "port" => "8083")))' proxy.server = ("" => (("host" => "127.0.0.1", "port" => "8083")))
} }
``` ```