Commit 7b2875f6 by yinyong

Update nginx.conf

parent 909fcb6c
......@@ -105,6 +105,14 @@ http {
}
}
server {
listen 10800;
server_name 111.230.84.223;
location / {
proxy_pass http://172.31.255.153:10800;
}
}
# 转发考勤系统
server {
listen 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