Modif directive ProxyPass

This commit is contained in:
emorino 2017-04-24 15:14:28 +02:00
parent abd9a3ce98
commit db6dcc48f6

View file

@ -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
<Proxy *>
Allow from All
</Proxy>