19
0
Fork 0

proxy apache

This commit is contained in:
Benoît S. 2020-07-28 05:18:22 +02:00
parent 5292918906
commit a7840d53eb
1 changed files with 17 additions and 0 deletions

View File

@ -114,6 +114,23 @@ location /rabbitmq/ {
}
~~~
Ou Apache :
~~~
ProxyRequests Off
ProxyPreserveHost On
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
AllowEncodedSlashes NoDecode
ProxyPass / http://localhost:15672/ nocanon
ProxyPassReverse / http://localhost:15672/
~~~
### Activation CLI
<https://www.rabbitmq.com/management-cli.html>