Commit f4a2b633 by lizefeng

新增考勤系统后端转发

parent a405427e
...@@ -99,6 +99,14 @@ http { ...@@ -99,6 +99,14 @@ http {
proxy_pass http://172.31.255.21:8080; proxy_pass http://172.31.255.21:8080;
} }
} }
server {
listen 8777;
server_name 111.230.84.223;
location / {
proxy_pass http://172.31.255.116:80;
}
}
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