From: Pascal Schmid <psschmid@gmx.de>
Date: Mon, 2 Jan 2023 12:00:36 +0000 (+0100)
Subject: Delete broken config example
X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=fcce3551127b8de43a05d5d9a6c7f02313f241f6;p=akkoma

Delete broken config example

httpd won't start with the empty types block.
---

diff --git a/docs/docs/installation/openbsd_en.md b/docs/docs/installation/openbsd_en.md
index c773d7c26..26883eb54 100644
--- a/docs/docs/installation/openbsd_en.md
+++ b/docs/docs/installation/openbsd_en.md
@@ -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.