Update OpenBSD docs #414

Merged
floatingghost merged 5 commits from lechindianer/akkoma:update-openbsd-docs into develop 2023-01-15 18:09:33 +00:00
1 changed files with 0 additions and 3 deletions
Showing only changes of commit fcce355112 - Show all commits

View File

@ -92,9 +92,6 @@ server "default" {
location "/robots.txt" { root "/htdocs/local/" }
location "/*" { block return 302 "https://$HTTP_HOST$REQUEST_URI" }
}
types {
}
```
Do not forget to change *<IPv4/6 address\>* to your server's address(es). If httpd should only listen on one protocol family, comment one of the two first *listen* options.