Commit ac73cfbf by lizefeng

Update nginx.conf

parent 6ba3f958
......@@ -181,6 +181,13 @@ http {
proxy_pass http://172.31.255.181;
}
}
server {
listen 8713;
server_name 111.230.84.223;
location / {
proxy_pass http://172.31.255.181;
}
}
# 数据中心站点 web
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