summaryrefslogtreecommitdiff
path: root/docs/howto/deployment/wsgi/apache-auth.txt
diff options
context:
space:
mode:
authorrowanv <rrvspam@gmail.com>2016-01-24 22:26:11 +0100
committerTim Graham <timograham@gmail.com>2016-02-01 10:42:05 -0500
commita6ef025dfb2a1d1bd23893408eef6d066fb506d9 (patch)
treeb29b3624a20cc65184c743102e0f5f620412105f /docs/howto/deployment/wsgi/apache-auth.txt
parent8bf8d0e0ecc1805480deb94feb4675b09d3b3a95 (diff)
downloaddjango-a6ef025dfb2a1d1bd23893408eef6d066fb506d9.tar.gz
Fixed #26124 -- Added missing code formatting to docs headers.
Diffstat (limited to 'docs/howto/deployment/wsgi/apache-auth.txt')
-rw-r--r--docs/howto/deployment/wsgi/apache-auth.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/howto/deployment/wsgi/apache-auth.txt b/docs/howto/deployment/wsgi/apache-auth.txt
index f27792595b..9246c081e7 100644
--- a/docs/howto/deployment/wsgi/apache-auth.txt
+++ b/docs/howto/deployment/wsgi/apache-auth.txt
@@ -25,8 +25,8 @@ version >= 2.2 and mod_wsgi >= 2.0. For example, you could:
.. _Subversion: http://subversion.tigris.org/
.. _mod_dav: https://httpd.apache.org/docs/2.2/mod/mod_dav.html
-Authentication with mod_wsgi
-============================
+Authentication with ``mod_wsgi``
+================================
.. note::
@@ -100,8 +100,8 @@ details and information about alternative methods of authentication.
.. _Defining Application Groups: https://code.google.com/p/modwsgi/wiki/ConfigurationGuidelines#Defining_Application_Groups
.. _access control mechanisms documentation: https://code.google.com/p/modwsgi/wiki/AccessControlMechanisms
-Authorization with mod_wsgi and Django groups
----------------------------------------------
+Authorization with ``mod_wsgi`` and Django groups
+-------------------------------------------------
mod_wsgi also provides functionality to restrict a particular location to
members of a group.