summaryrefslogtreecommitdiff
path: root/ewww.md
diff options
context:
space:
mode:
Diffstat (limited to 'ewww.md')
-rw-r--r--ewww.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/ewww.md b/ewww.md
index 9214753..b1a9ad0 100644
--- a/ewww.md
+++ b/ewww.md
@@ -1,6 +1,6 @@
# Introduction
-This is a web server for static sites. It aims to be simple code,
+Ewww is a web server for static sites. It aims to be simple code,
simple to configure, simple to keep running, and fast.
## Use cases
@@ -112,7 +112,7 @@ when I request HEAD https://example.com/
then I get status code 200
when I request GET https://www.example.com/
-then I get redirected to https://example.com/
+then I am redirected to https://example.com/
~~~
The following config file does not specify port numbers. The test
@@ -144,6 +144,7 @@ then I can do at least 100 requests per second
---
-title: Web server for static sites
-bindings: webserver.yaml
+title: "Ewww — a Web server for static sites"
+author: Lars Wirzenius
+bindings: ewww.yaml
...