summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_proxy_balancer.xml
diff options
context:
space:
mode:
authorTakashi Sato <takashi@apache.org>2008-05-25 03:28:34 +0000
committerTakashi Sato <takashi@apache.org>2008-05-25 03:28:34 +0000
commitf32647d426199813af2fb93e913ccb4138ef1525 (patch)
tree7128e3b956c40916083bef7db81e9ea018251b2a /docs/manual/mod/mod_proxy_balancer.xml
parent2681f6f8030ca2e73c42de8d19885a8bbc73c1c6 (diff)
downloadhttpd-f32647d426199813af2fb93e913ccb4138ef1525.tar.gz
Style fix. Almost all are detabs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@659902 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_proxy_balancer.xml')
-rw-r--r--docs/manual/mod/mod_proxy_balancer.xml26
1 files changed, 13 insertions, 13 deletions
diff --git a/docs/manual/mod/mod_proxy_balancer.xml b/docs/manual/mod/mod_proxy_balancer.xml
index cec901779c..d706de1c53 100644
--- a/docs/manual/mod/mod_proxy_balancer.xml
+++ b/docs/manual/mod/mod_proxy_balancer.xml
@@ -59,19 +59,19 @@
</section>
<section id="example">
- <title>Example of a balancer configuration</title>
- <p>Before we dive into the technical details, here's an example of
- how you might use <module>mod_proxy_balancer</module> to provide
- load balancing between two back-end servers:
- </p>
-
- <example>
- &lt;Proxy balancer://mycluster&gt;<br />
- BalancerMember http://192.168.1.50:80<br />
- BalancerMember http://192.168.1.51:80<br />
- &lt;/Proxy&gt;<br />
- ProxyPass /test balancer://mycluster/
- </example>
+ <title>Example of a balancer configuration</title>
+ <p>Before we dive into the technical details, here's an example of
+ how you might use <module>mod_proxy_balancer</module> to provide
+ load balancing between two back-end servers:
+ </p>
+
+ <example>
+ &lt;Proxy balancer://mycluster&gt;<br />
+ BalancerMember http://192.168.1.50:80<br />
+ BalancerMember http://192.168.1.51:80<br />
+ &lt;/Proxy&gt;<br />
+ ProxyPass /test balancer://mycluster/
+ </example>
</section>
<section id="requests">