Commit 909fcb6c by yinyong

Update nginx.conf

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