Commit 13c2de38 by lizefeng

Update nginx.conf

parent a9c5a016
......@@ -304,6 +304,23 @@ http {
proxy_pass http://172.31.255.12;
}
}
# 转发facebook manage admin ui
server {
listen 80;
server_name fb.admin.bailuntec.com;
location / {
proxy_pass http://172.31.255.4;
}
}
# 转发facebook manage admin api
server {
listen 7712;
server_name fb.admin.bailuntec.com;
location / {
proxy_pass http://172.31.255.193;
}
}
include servers/*;
}
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