diff options
| author | Timo Graham <timograham@gmail.com> | 2011-01-03 13:30:12 +0000 |
|---|---|---|
| committer | Timo Graham <timograham@gmail.com> | 2011-01-03 13:30:12 +0000 |
| commit | 12d5c09fdde882a9d40ac7bee74b872e5e4471ec (patch) | |
| tree | 22e2a572131f5c4a49884ee925f9c0bce6715b2d /docs/howto/deployment/modwsgi.txt | |
| parent | e501f502370b829d0bb2f1ed9c6e94bbfa5206f6 (diff) | |
[1.2.X] Fixed #15002 - Fix title casing to conform to style guidelines. thanks adamv.
Backport of r15135 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15136 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/howto/deployment/modwsgi.txt')
| -rw-r--r-- | docs/howto/deployment/modwsgi.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/deployment/modwsgi.txt b/docs/howto/deployment/modwsgi.txt index a3c193cfb4..24d169b942 100644 --- a/docs/howto/deployment/modwsgi.txt +++ b/docs/howto/deployment/modwsgi.txt @@ -21,7 +21,7 @@ the details about how to use mod_wsgi. You'll probably want to start with the .. _official mod_wsgi documentation: http://code.google.com/p/modwsgi/ .. _installation and configuration documentation: http://code.google.com/p/modwsgi/wiki/InstallationInstructions -Basic Configuration +Basic configuration =================== Once you've got mod_wsgi installed and activated, edit your ``httpd.conf`` file |
