Commit 5c13a490 by lizefeng

Update nginx.conf

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