Commit 50a13a5f authored by Richard Bowen's avatar Richard Bowen
Browse files

Indent example for better readability.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1410685 13f79535-47bb-0310-9956-ffa450edef68
parent 9867a7da
Loading
Loading
Loading
Loading
+15 −13
Original line number Diff line number Diff line
@@ -283,6 +283,7 @@ by using the Satisfy directive, as shown below.</p>

<example>
&lt;Directory /usr/local/apache/htdocs/sekrit&gt;<br />
    <indent>
      AuthType Basic<br />
      AuthName intranet<br />
      AuthUserFile /www/passwd/users<br />
@@ -291,6 +292,7 @@ by using the Satisfy directive, as shown below.</p>
      Order allow,deny<br />
      Allow from internal.com<br />
      Satisfy any<br />
    </indent>
&lt;/Directory&gt;
</example>