From db6dcc48f6621d8e9ef0e5264ddaa9329ff95087 Mon Sep 17 00:00:00 2001 From: emorino Date: Mon, 24 Apr 2017 15:14:28 +0200 Subject: [PATCH] Modif directive ProxyPass --- HowtoApache.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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