Commit 63cbefdd by lizefeng

Update nginx.conf

parent 6861ff31
......@@ -231,6 +231,15 @@ http {
proxy_pass http://172.31.255.53;
}
}
# gg test 后端站点
server {
listen 7712;
server_name test.api.begogirls.com;
location / {
proxy_pass http://172.31.255.34;
}
}
# 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