aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-04-29 19:50:25 +0000
committerOmar Polo <op@omarpolo.com>2021-04-29 19:50:25 +0000
commit8070ffa70f45f7c78ea530c76d6edcc8aa81f14e (patch)
tree698e4cd53b302d9c174aface948585d5945332eb
parent7a4f7426573f27707297671892b32de3049c4507 (diff)
typo (again)
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 21570c2..948d666 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ featureful server.
- automatic redirect/error pages (see `block return`)
- IRI support (RFC3987)
- automatic certificate generation for config-less mode
- - CGI scripts
+ - CGI support
- virtual hosts
- location rules
- event-based asynchronous I/O model
@@ -72,7 +72,7 @@ server "example.com" {
lang "it"
# execute CGI scripts in /cgi/
- cgi "/cgi/*"
+ cgi "/cgi/*"
# only for locations that matches /files/*
location "/files/*" {