Commit a43258b2 by lizefeng

Update nginx.conf

parent 5b628234
......@@ -240,6 +240,14 @@ http {
proxy_pass http://172.31.255.34;
}
}
# gg test 前端端站点
server {
listen 80;
server_name test.ui.begogirls.com;
location / {
proxy_pass http://72.31.255.134;
}
}1
# 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