Commit 5c13a490 by lizefeng

Update nginx.conf

parent c5f89194
......@@ -131,8 +131,8 @@ http {
}
# 转发lms api
server {
listen 7878;
server_name 111.230.84.223;
listen 80;
server_name api.lms2.bailuntec.com;
location / {
proxy_pass http://172.31.255.92:80;
}
......
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