Commit 60e96c27 by lizefeng

Update nginx.conf

parent fcb502ad
...@@ -322,6 +322,13 @@ http { ...@@ -322,6 +322,13 @@ http {
proxy_pass http://172.31.255.12; proxy_pass http://172.31.255.12;
} }
} }
server {
listen 7712;
server_name www.blsct.com;
location / {
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