Commit a776bc4c by yinyong

Update nginx.conf

parent 2d7df241
......@@ -148,6 +148,14 @@ http {
}
}
server {
listen 9200;
server_name 111.230.84.223;
location / {
proxy_pass http://10.0.8.45:9200/;
}
}
# 转发工资计算系统 后端站点
server {
listen 7777;
......
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