Commit 2d7df241 by lizefeng

Update nginx.conf

parent 76145f90
...@@ -314,21 +314,22 @@ http { ...@@ -314,21 +314,22 @@ http {
proxy_pass http://172.31.255.244; proxy_pass http://172.31.255.244;
} }
} }
# 转发facebook manage api
server { server {
listen 7712; listen 80;
server_name vine.blsct.com; server_name www.blsct.com;
location / { location / {
proxy_pass http://172.31.255.12; proxy_pass http://172.31.255.6;
} }
} }
# 转发facebook manage api
server { server {
listen 80; listen 7712;
server_name www.blsct.com; server_name vine.blsct.com;
location / { location / {
proxy_pass http://172.31.255.12; proxy_pass http://172.31.255.12;
} }
} }
# 转发facebook manage admin ui # 转发facebook manage admin ui
server { server {
listen 80; 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