# webServer **Repository Path**: albanjin/webServer ## Basic Information - **Project Name**: webServer - **Description**: node 部署反向代理 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-06-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### nodejs 部署反向代理,通过node服务获取静态资源 > express + http-proxy-middleware ### 测试获取连接地址 http://localhost:3000/users/100001/416c9900-86a6-11e9-a901-051bde91fd87.jpg -> https://ss2.meipian.me/users/100001/416c9900-86a6-11e9-a901-051bde91fd87.jpg http://localhost:3000/js/vue/2.6.10/vue.common.dev.js -> https://cdn.bootcss.com/vue/2.6.10/vue.common.dev.js http://localhost:3000/third/fonts/article/1.0.0/font.css -> https://ss2.meipian.me/third/fonts/article/1.0.0/font.css