diff options
author | robert | 2014-08-26 20:03:31 +0000 |
---|---|---|
committer | Wynn Wolf Arbor | 2020-05-24 12:33:55 +0200 |
commit | d2205bddc2b4a81878bc7b70e00193121946412a (patch) | |
tree | 04387464dfaed30bc0ca12e262296a7a06c1b508 | |
parent | 5ac25cfbe1d64782e4511d5f2360676004fea308 (diff) | |
download | slowcgi-d2205bddc2b4a81878bc7b70e00193121946412a.tar.gz |
remove nginx references
Diffstat (limited to '')
-rw-r--r-- | slowcgi.8 | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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. |