Commit 354719f4 by lizefeng

Update nginx.conf

parent 2cfef758
......@@ -196,6 +196,13 @@ http {
proxy_pass http://172.31.255.87;
}
}
server {
listen 80;
server_name api.hr.bailuntec.com;
location / {
proxy_pass http://172.31.255.45;
}
}
# aims 后端站点
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