Commit 0f1eb476 by lizefeng

Update nginx.conf

parent 5c13a490
......@@ -132,6 +132,14 @@ http {
# 转发lms api
server {
listen 80;
server_name lms2.bailuntec.com;
location / {
proxy_pass http://172.31.255.26:80;
}
}
# 转发lms api
server {
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