diff --git a/HowtoRabbitMQ.md b/HowtoRabbitMQ.md index 49956e85..6493e495 100644 --- a/HowtoRabbitMQ.md +++ b/HowtoRabbitMQ.md @@ -114,6 +114,23 @@ location /rabbitmq/ { } ~~~ +Ou Apache : + +~~~ + ProxyRequests Off + ProxyPreserveHost On + + + Order deny,allow + Allow from all + + + AllowEncodedSlashes NoDecode + ProxyPass / http://localhost:15672/ nocanon + ProxyPassReverse / http://localhost:15672/ + +~~~ + ### Activation CLI