From 8070ffa70f45f7c78ea530c76d6edcc8aa81f14e Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Thu, 29 Apr 2021 19:50:25 +0000 Subject: [PATCH] typo (again) --- README.md | 4 ++-- 1 file 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/*" {