queue
This commit is contained in:
parent
82e826ee61
commit
e5572b59b1
@ -5,8 +5,8 @@ http {
|
|||||||
listen 80;
|
listen 80;
|
||||||
server_name a.com;
|
server_name a.com;
|
||||||
|
|
||||||
location /cluster {
|
location /queue/ {
|
||||||
proxy_pass http://demo.dev.sprinthub.ru:888;
|
proxy_pass http://rabbitmq:15672/;
|
||||||
}
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
Loading…
Reference in New Issue
Block a user