Commit 909fcb6c by yinyong

Update nginx.conf

parent c0743fd9
...@@ -96,6 +96,14 @@ http { ...@@ -96,6 +96,14 @@ http {
root html; root html;
} }
} }
server {
listen 11800;
server_name 111.230.84.223;
location / {
proxy_pass http://172.31.255.153:11800;
}
}
# 转发考勤系统 # 转发考勤系统
server { 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