mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
Slight tweak to example - add indentation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086578 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -92,9 +92,11 @@ performance</td></tr>
|
||||
configuration file</p>
|
||||
<div class="example"><p><code>
|
||||
<Location /server-status><br />
|
||||
<span class="indent">
|
||||
SetHandler server-status<br />
|
||||
<br />
|
||||
Require host example.com<br />
|
||||
</span>
|
||||
</Location>
|
||||
</code></p></div>
|
||||
|
||||
|
@ -79,9 +79,11 @@ performance</description>
|
||||
configuration file</p>
|
||||
<example>
|
||||
<Location /server-status><br />
|
||||
<indent>
|
||||
SetHandler server-status<br />
|
||||
<br />
|
||||
Require host example.com<br />
|
||||
</indent>
|
||||
</Location>
|
||||
</example>
|
||||
|
||||
|
Reference in New Issue
Block a user