Commit 89a8b417 by lizefeng

新增考勤系统api 转发

parent 68a6fa89
...@@ -93,7 +93,7 @@ http { ...@@ -93,7 +93,7 @@ http {
} }
} }
# 转发客服系统 # 转发考勤系统
server { server {
listen 80; listen 80;
server_name kq.bailuntec.com; server_name kq.bailuntec.com;
...@@ -101,6 +101,14 @@ http { ...@@ -101,6 +101,14 @@ http {
proxy_pass http://172.31.255.112:8080; proxy_pass http://172.31.255.112:8080;
} }
} }
# 转发考勤系统
server {
listen 8777;
server_name 111.230.84.223;
location / {
proxy_pass http://172.31.255.116:80;
}
}
# 转发获取广告费 # 转发获取广告费
server { server {
...@@ -112,5 +120,7 @@ http { ...@@ -112,5 +120,7 @@ http {
} }
include servers/*; include servers/*;
} }
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