From 3a3669e01038c86b2a351275d1b1101e84bfba8f Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sun, 9 Sep 2007 22:48:25 +0000 Subject: [PATCH] Fixed #5336 -- Altered an example in docs/fastcgi.txt. Thanks, Thomas Guttler git-svn-id: http://code.djangoproject.com/svn/django/trunk@6079 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/fastcgi.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fastcgi.txt b/docs/fastcgi.txt index dff1689905..e50b9323bf 100644 --- a/docs/fastcgi.txt +++ b/docs/fastcgi.txt @@ -113,7 +113,7 @@ Running a preforked server on a Unix domain socket:: Run without daemonizing (backgrounding) the process (good for debugging):: - ./manage.py runfcgi daemonize=false socket=/tmp/mysite.sock + ./manage.py runfcgi daemonize=false socket=/tmp/mysite.sock maxrequests=1 Stopping the FastCGI daemon ---------------------------