Commit dd3ccb8b by lizefeng

Update nginx.conf

parent c7dd8001
......@@ -234,8 +234,8 @@ http {
# gg test 后端站点
server {
listen 80;
server_name test.api.begogirls.com;
listen 7712;
server_name test.begogirls.com;
location / {
proxy_pass http://172.31.255.34;
}
......@@ -243,7 +243,7 @@ http {
# gg test 前端端站点
server {
listen 80;
server_name test.ui.begogirls.com;
server_name test.begogirls.com;
location / {
proxy_pass http://172.31.255.4;
}
......
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