Commit 63cbefdd by lizefeng

Update nginx.conf

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