Commit 2cfef758 by lizefeng

Update nginx.conf

parent 0f1eb476
......@@ -134,7 +134,7 @@ http {
listen 80;
server_name lms2.bailuntec.com;
location / {
proxy_pass http://172.31.255.26:80;
proxy_pass http://172.31.255.26;
}
}
# 转发lms api
......@@ -142,7 +142,7 @@ http {
listen 80;
server_name api.lms2.bailuntec.com;
location / {
proxy_pass http://172.31.255.92:80;
proxy_pass http://172.31.255.92;
}
}
......
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