diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2007-09-09 22:48:25 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2007-09-09 22:48:25 +0000 |
| commit | 3a3669e01038c86b2a351275d1b1101e84bfba8f (patch) | |
| tree | f616ab9db5518a32e672d632d11e4f427e07f5c6 /docs/fastcgi.txt | |
| parent | 5e19019bcac39421adf6e0ee8cc3b3fd2cc1ff08 (diff) | |
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
Diffstat (limited to 'docs/fastcgi.txt')
| -rw-r--r-- | docs/fastcgi.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 --------------------------- |
