nginx

nginx 代理端口
location / {
proxy_pass http://localhost:8080;
}