Commit a776bc4c by yinyong

Update nginx.conf

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