diff options
-rw-r--r-- | docs/manual/mod/mod_proxy.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index c724ce9eeb..9b70efa8f3 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -880,7 +880,7 @@ expressions</description> </table> <p>A sample balancer setup</p> <example> - ProxyPass /special-area http://special.example.com/ smax=5 max=10<br /> + ProxyPass /special-area http://special.example.com smax=5 max=10<br /> ProxyPass / balancer://mycluster/ stickysession=JSESSIONID|jsessionid nofailover=On<br /> <Proxy balancer://mycluster><br /> <indent> |