Firebird/FAQs: Difference between revisions

From stonehomewiki
Jump to navigationJump to search
Line 5: Line 5:
rabbitmq has a management Web Console. If you put it behind a nginx proxy, you can refer to notes her: [https://www.rabbitmq.com/management.html#http-api-proxy Management Plugin]
rabbitmq has a management Web Console. If you put it behind a nginx proxy, you can refer to notes her: [https://www.rabbitmq.com/management.html#http-api-proxy Management Plugin]


Here is my example, my rabbitmq Web UI is at http://10.2.10.152:80/, and I want to mount it under /streaming/rabbitmq, so my config is
Here is my example, my rabbitmq Web UI is at <nowiki>http://10.2.10.152:80/</nowiki>, and I want to mount it under /streaming/rabbitmq, so my config is
I have another HTTPS enabled load balancer in front of this, so this nginx is not directly exposed to client.
I have another HTTPS enabled load balancer in front of this, so this nginx is not directly exposed to client.
<pre><nowiki>
<pre><nowiki>

Revision as of 08:42, 15 September 2023

Misc