Commit 20694911 by lizefeng

工资计算系统新增域名转发

parent 90223647
...@@ -136,6 +136,14 @@ http { ...@@ -136,6 +136,14 @@ http {
proxy_pass http://172.31.255.87; proxy_pass http://172.31.255.87;
} }
} }
server {
listen 80;
server_name gz.bailuntec.com;
location / {
proxy_pass http://172.31.255.87;
}
}
......
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