Hi guys,<div><br></div><div>I've installed the RabbitMQ admin panel on our servers, and it doesn't seem to work as expected.</div><div><br></div><div>If I go to the list of exchange, or queues, or anything, and click on one of the objects there, I get this message for them all:</div><div><br></div><div><h1 style="font-size: 2em; color: rgb(72, 72, 72); font-family: Verdana, sans-serif; ">Not found</h1><p style="color: rgb(72, 72, 72); font-family: Verdana, sans-serif; font-size: 12px; ">The object you clicked on was not found; it may have been deleted on the server.</p></div><div><br></div><div>They definitely exist, as I can use the command line tool to view them and get the required info on them. The 2 servers this is failing on are ubuntu. If I run it locally on my OSX Lion box, all is good.</div><div><br></div><div>One problem may be that it is running behind nginx, and I've had to do some url rewrite to get it to work. I'm not really an ngix guru, and this is probably not the place to ask about this, but here is the location that I've cobbled together to get it (mostly) working:</div><div><br></div><div><div><font class="Apple-style-span" face="'courier new', monospace">location /rabbitadmin {</font></div><div><font class="Apple-style-span" face="'courier new', monospace">&nbsp; &nbsp; &nbsp; &nbsp; proxy_pass &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;http://127.0.0.1:55672;</font></div><div><font class="Apple-style-span" face="'courier new', monospace">&nbsp; &nbsp; &nbsp; &nbsp; proxy_set_header &nbsp; &nbsp; &nbsp; &nbsp;X-Real-IP $remote_addr;</font></div><div><font class="Apple-style-span" face="'courier new', monospace">&nbsp; &nbsp; &nbsp; &nbsp; proxy_set_header &nbsp; &nbsp; &nbsp; &nbsp;X-Forwarded-For $proxy_add_x_forwarded_for;</font></div><div><font class="Apple-style-span" face="'courier new', monospace">&nbsp; &nbsp; &nbsp; &nbsp; proxy_set_header &nbsp; &nbsp; &nbsp; &nbsp;Host $http_host;</font></div><div><font class="Apple-style-span" face="'courier new', monospace">&nbsp; &nbsp; &nbsp; &nbsp; rewrite ^/rabbitadmin/(.*)$ /$1 break;</font></div><div><font class="Apple-style-span" face="'courier new', monospace">&nbsp; &nbsp; &nbsp; }</font></div></div><div><br></div><div>Help&nbsp;appreciated!</div><div><br></div><div>Regards,</div><div>Raymond Barlow</div><div><br></div><div><br></div><div><br></div>