Commit 6fc2e869 by yinyong

费用系统转发

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