nginx0(192.168.1.1) nginx1(192.168.1.2) nginx2(192.168.1.3)

nginx0 访问入口 外网访问 http://192.168.1.1/audioPath/hzy/ssh/1111.wav

upstream /audioPath/{
nginx1:80;
}


nginx1配置(192.168.1.2):

        location /hzy/ {
            add_header Access-Control-Allow-Origin *;
        root /;
        if (!-f $request_filename){
        rewrite ^/(.*)$ http://192.168.1.3/$1 redirect;
        }
    }
Logo

北京人形旗下天工造物具身智能开源社区,聚焦具身天工与慧思开物两大平台

更多推荐