Delete broken config example
authorPascal Schmid <psschmid@gmx.de>
Mon, 2 Jan 2023 12:00:36 +0000 (13:00 +0100)
committerPascal Schmid <psschmid@gmx.de>
Mon, 2 Jan 2023 12:12:20 +0000 (13:12 +0100)
httpd won't start with the empty types block.

docs/docs/installation/openbsd_en.md

index c773d7c26444b66e2caf15fbe9e1bf3118d560a4..26883eb54b64bd042c8ada07e013cc039d631694 100644 (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.