diff options
author | Omar Polo <op@omarpolo.com> | 2021-04-29 19:50:25 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-04-29 19:50:25 +0000 |
commit | 8070ffa70f45f7c78ea530c76d6edcc8aa81f14e (patch) | |
tree | 698e4cd53b302d9c174aface948585d5945332eb | |
parent | 7a4f7426573f27707297671892b32de3049c4507 (diff) |
typo (again)
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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/*" { |