Commit 429a786f by yinyong

Update nginx.conf

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