From 6ad6df1977c64dda8a2fdc20836f6a486d1db811 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 26 Jul 2020 09:55:55 +0300 Subject: fix: ewww.md to say only one config supplied at startup --- ewww.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ewww.md b/ewww.md index f0404e2..1ce0d6f 100644 --- a/ewww.md +++ b/ewww.md @@ -44,9 +44,8 @@ minimal. This is a thin layer on top of the Rust warp crate. It does minimal processing for each request, and does not cache anything. -At startup, the server is provided with a directory and it reads all -configuration files in that directory. Each configuration file looks -like this: +At startup, the server is provided with a single configuration file, +which looks like this: ~~~yaml webroot: /srv/http/example.com -- cgit v1.2.1