最简单的配置:

server {
    listen 80;
    server_name hello.com;
    location / {
        proxy_pass http://127.0.0.1:8080;
    } 
}

标签: none

添加新评论