Skip to content
Permalink
202109
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
Latest commit fffaf11 May 25, 2020 History
0 contributors

Users who have contributed to this file

16 lines (13 sloc) 355 Bytes
ProxyRequests Off
ProxyPreserveHost On
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
AllowEncodedSlashes NoDecode
ProxyPass /rabbitmq/ http://rabbitmq:15672/ nocanon
ProxyPassReverse /rabbitmq/ http://rabbitmq:15672/
<Location /rabbitmq/>
Order allow,deny
Allow from all
</Location>