Commit 99e856c2 authored by Joshua Slive's avatar Joshua Slive
Browse files

Close the <proxy> container properly.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95459 13f79535-47bb-0310-9956-ffa450edef68
parent bd4c74d9
Loading
Loading
Loading
Loading
+2 −2
Changes for docs/manual/mod/mod_proxy.xml: 2 added lines, 2 removed lines.
Original line number Diff line number Diff line
@@ -280,7 +280,7 @@ proxy server:</p>
&nbsp;&nbsp;Order Deny,Allow<br />
&nbsp;&nbsp;Deny from all<br />
&nbsp;&nbsp;Allow from yournetwork.example.com<br />
&lt;Proxy&gt;
&lt;/Proxy&gt;
</example>

<p>The following example will process all files in the
@@ -290,7 +290,7 @@ server:</p>
<example>
&lt;Proxy http://example.com/foo/*&gt;<br />
&nbsp;&nbsp;SetOutputFilter INCLUDES<br />
&lt;Proxy&gt;
&lt;/Proxy&gt;
</example>
</usage>
</directivesynopsis>