aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobert2014-08-26 20:03:31 +0000
committerWynn Wolf Arbor2020-05-24 12:33:55 +0200
commitd2205bddc2b4a81878bc7b70e00193121946412a (patch)
tree04387464dfaed30bc0ca12e262296a7a06c1b508
parent5ac25cfbe1d64782e4511d5f2360676004fea308 (diff)
downloadslowcgi-d2205bddc2b4a81878bc7b70e00193121946412a.tar.gz
remove nginx references
-rw-r--r--slowcgi.87
1 files changed, 2 insertions, 5 deletions
diff --git a/slowcgi.8 b/slowcgi.8
index 9d26af0..7aee9d8 100644
--- a/slowcgi.8
+++ b/slowcgi.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: slowcgi.8,v 1.9 2014/06/10 14:38:27 florian Exp $
+.\" $OpenBSD: slowcgi.8,v 1.10 2014/08/26 20:03:31 robert Exp $
.\"
.\" Copyright (c) 2013 Florian Obser <florian@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: June 10 2014 $
+.Dd $Mdocdate: August 26 2014 $
.Dt SLOWCGI 8
.Os
.Sh NAME
@@ -34,11 +34,8 @@ and resource sharing limitations.
While CGI scripts need to be forked for every request, FastCGI scripts
can be kept running and handle many HTTP requests.
.Pp
-.Xr nginx 8
-intentionally does not implement the CGI protocol.
.Nm
is a simple server that translates FastCGI requests coming from
-.Xr nginx 8
to the CGI protocol.
It executes the requested CGI script and translates its output back to the
FastCGI protocol.