Commit b53c14e8 by lizefeng

Update nginx.conf

parent f41a4155
...@@ -214,6 +214,13 @@ http { ...@@ -214,6 +214,13 @@ http {
proxy_pass http://172.31.255.53; proxy_pass http://172.31.255.53;
} }
} }
server {
listen 7712;
server_name admin.begogirls.com;
location / {
proxy_pass http://172.31.255.53;
}
}
# gg 前端站点 # gg 前端站点
......
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