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
This commit is contained in:
Adrian Holovaty 2007-09-09 22:48:25 +00:00
parent 5e19019bca
commit 3a3669e010
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ Running a preforked server on a Unix domain socket::
Run without daemonizing (backgrounding) the process (good for debugging):: 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 Stopping the FastCGI daemon
--------------------------- ---------------------------