Commit Diff


commit - 7a4f7426573f27707297671892b32de3049c4507
commit + 8070ffa70f45f7c78ea530c76d6edcc8aa81f14e
blob - 21570c2696e0339adb360a73b2a9477cb7ce1064
blob + 948d6667f3133d2480a57a3d25ff7717e3fa0a2a
--- README.md
+++ 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/*" {