Hi :)
you can check yourself.
1) using trailing slash, it goes on infinite redirects, this can be easily explainable by the fact that upstream url is the same as as the path-prefix or rabbitmq
2) no I didn't, but I don't think it would change anything..
3) nah, I don't even remember how to install things outside docker :)
What I'm thinking, is that, shouldn't rabbit-mq webpage add that path-prefix configuration on the relative paths of the html page?
I mean these:
<title>RabbitMQ Management</title>
<script src="js/ejs-1.0.min.js" type="text/javascript"></script>
<script src="js/jquery-1.12.4.min.js" type="text/javascript"></script>
<script src="js/jquery.flot-0.8.1.min.js" type="text/javascript"></script>
<script src="js/jquery.flot-0.8.1.time.min.js" type="text/javascript"></script>
<script src="js/sammy-0.7.6.min.js" type="text/javascript"></script>
<script src="js/json2-2016.10.28.js" type="text/javascript"></script>
<script src="js/base64.js" type="text/javascript"></script>
<script src="js/global.js" type="text/javascript"></script>
<script src="js/main.js" type="text/javascript"></script>
<script src="js/prefs.js" type="text/javascript"></script>
<script src="js/formatters.js" type="text/javascript"></script>
<script src="js/charts.js" type="text/javascript"></script>
shouldn't have the path prefix and then be something like
<script src="/rabbitmq/js/ejs-1.0.min.js" type="text/javascript"></script>
Or I'm guessing it wrong? Is path-prefix for another purpose?
Luca