Commit 6fc2e869 by yinyong

费用系统转发

parent 13c2de38
...@@ -83,6 +83,14 @@ http { ...@@ -83,6 +83,14 @@ http {
} }
server { server {
listen 80;
server_name testfee.bailuntec.com;
location / {
proxy_pass http://193.112.167.175:8085;
}
}
server {
listen 8081; listen 8081;
server_name 111.230.84.223; server_name 111.230.84.223;
location /a{ location /a{
......
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