summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_proxy_scgi.html.en
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/mod/mod_proxy_scgi.html.en')
-rw-r--r--docs/manual/mod/mod_proxy_scgi.html.en6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_proxy_scgi.html.en b/docs/manual/mod/mod_proxy_scgi.html.en
index 6eb93ebf..97812784 100644
--- a/docs/manual/mod/mod_proxy_scgi.html.en
+++ b/docs/manual/mod/mod_proxy_scgi.html.en
@@ -81,9 +81,9 @@
<div class="example"><h3>Balanced gateway</h3><pre class="prettyprint lang-config">
ProxyPass /scgi-bin/ balancer://somecluster/
-&lt;Proxy balancer://somecluster/&gt;
- BalancerMember scgi://localhost:4000/
- BalancerMember scgi://localhost:4001/
+&lt;Proxy balancer://somecluster&gt;
+ BalancerMember scgi://localhost:4000
+ BalancerMember scgi://localhost:4001
&lt;/Proxy&gt;
</pre>
</div>