Commit 83e3797f by lizefeng

Update nginx.conf

parent 7e399a4c
......@@ -291,22 +291,6 @@ http {
# 转发facebook manage ui
server {
listen 80;
server_name fb.bailuntec.com;
location / {
proxy_pass http://172.31.255.6;
}
}
# 转发facebook manage api
server {
listen 7712;
server_name fb.bailuntec.com;
location / {
proxy_pass http://172.31.255.12;
}
}
# 转发facebook manage ui
server {
listen 80;
server_name productreviews.4kmiles.com;
location / {
proxy_pass http://172.31.255.6;
......@@ -320,23 +304,6 @@ 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;
}
}
# 转发facebook manage admin ui
server {
listen 80;
......
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