Commit 369864da authored by daidekun's avatar daidekun

upstreams

parent fbaa81d9
upstream merchant-backend {
server merchant-backend:7039;
}
server {
listen 80;
server_name merchantapi.xyqb.com;
location / {
proxy_pass http://merchant-backend;
}
}
upstream merchant-op-ui {
server merchant-op-ui:7038;
}
server {
listen 80;
server_name merchant.xyqb.com;
location / {
proxy_pass http://merchant-op-ui;
}
}
upstream baitiao {
server baitiao:7025;
}
server {
listen 80;
server_name bt.xyqb.com;
location / {
proxy_pass http://baitiao;
}
}
upstream bt-ui {
server bt-ui:7050;
}
server {
listen 80;
server_name bt.xyqb.com;
location / {
proxy_pass http://bt-ui;
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment