Firebird/FAQs: Difference between revisions

From stonehomewiki
Jump to navigationJump to search
(Created page with "= Misc = <div class="toccolours mw-collapsible mw-collapsed expandable"> <div class="mw-collapsible-preview">How do I config nginx if I put rabbitmq behind it?</div> <div class="mw-collapsible-content"> 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...")
 
Line 6: Line 6:


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 http://10.2.10.152:80/, 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.
<pre><nowiki>
<pre><nowiki>
     server {
     server {

Revision as of 08:41, 15 September 2023

Misc