Commit ef683495 by yinyong

Update nginx.conf

parent 8fdcb15a
...@@ -206,6 +206,10 @@ http { ...@@ -206,6 +206,10 @@ http {
location / { location / {
proxy_pass http://10.0.0.31; proxy_pass http://10.0.0.31;
} }
location /skumapping {
proxy_pass http://172.31.255.108:6039;
}
} }
# gg 后端站点 # 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