diff --git a/HowtoApache.md b/HowtoApache.md index f7ab0832..cef0c717 100644 --- a/HowtoApache.md +++ b/HowtoApache.md @@ -277,8 +277,8 @@ Exemple avec un service HTTP local : ~~~{.apache} ProxyPreserveHost On -ProxyPass /foo http://127.0.0.1:8080/bar -ProxyPassReverse /foo http://127.0.0.1:8080/bar +ProxyPass /foo/ http://127.0.0.1:8080/bar +ProxyPassReverse /foo/ http://127.0.0.1:8080/bar Allow from All