~emersion/public-inbox

kimchi: Fix backend in example v1 APPLIED

Hannes Braun: 1
 Fix backend in example

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~emersion/public-inbox/patches/43673/mbox | git am -3
Learn more about email & git

[PATCH kimchi] Fix backend in example Export this patch

The backend called "root" was previously renamed to "file_server".
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b4ec555..b607318 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ A bare-bones HTTP server. Designed to be used together with [tlstunnel].

```
site example.org {
	root /srv/http
	file_server /srv/http
}

site example.com {
-- 
2.39.2 (Apple Git-143)
Pushed, thanks!