Skip to content

Commit

Permalink
Fix rabbitmq management console reverse proxy configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Toilal committed Jan 16, 2018
1 parent 419e656 commit 338f742
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .docker/apache/config/httpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -552,8 +552,8 @@ SSLRandomSeed connect builtin
</IfModule>

<IfModule proxy_http_module>
ProxyPass "/rabbitmq/admin" "http://rabbitmq:15672"
ProxyPassReverse "/rabbitmq/admin" "http://rabbitmq:15672"
ProxyPass "/rabbitmq/admin" "http://rabbitmq:15672/admin"
ProxyPassReverse "/rabbitmq/admin" "http://rabbitmq:15672/admin"

# Can't find a working configuration for kibana :(

Expand Down

0 comments on commit 338f742

Please sign in to comment.