nginx
This commit is contained in:
parent
67c988a52e
commit
e2f51957d3
@ -19,4 +19,13 @@ http {
|
||||
proxy_pass http://dev.develop.sprinthub.ru:888/;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name rabbitmq.develop.sprinthub.ru;
|
||||
|
||||
location / {
|
||||
proxy_pass http://dev.develop.sprinthub.ru:15672/;
|
||||
}
|
||||
}
|
||||
}
|
@ -28,4 +28,13 @@ http {
|
||||
proxy_pass http://dev.sprinthub.ru:888/;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name rabbitmq.sprinthub.ru;
|
||||
|
||||
location / {
|
||||
proxy_pass http://dev.sprinthub.ru:15672/;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user