Commit edfc44d0 authored by Christophe Jaillet's avatar Christophe Jaillet
Browse files

Fix example in French doc

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1744452 13f79535-47bb-0310-9956-ffa450edef68
parent c3aaf225
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ d'environnement</a></seealso>

    <example><title>Mandataire inverse simple</title>
    <highlight language="config">
    ProxyPass "/app ajp://backend.example.com:8009/app"
    ProxyPass "/app" "ajp://backend.example.com:8009/app"
    </highlight>
    </example>