Commit 6ba3f958 by lizefeng

Update nginx.conf

parent 0bd59bc3
...@@ -198,6 +198,25 @@ http { ...@@ -198,6 +198,25 @@ http {
proxy_pass http://10.0.0.31; proxy_pass http://10.0.0.31;
} }
} }
# gg 后端站点
server {
listen 7712;
server_name 111.230.84.223;
location / {
proxy_pass http://172.31.255.53;
}
}
# gg 前端站点
server {
listen 7711;
server_name 111.230.84.223;
location / {
proxy_pass http://172.31.255.248;
}
}
......
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