cdn全栈加速nginx二层代理实现

1 nginx.conf中添加配置如下:

server {
listen 5050;
location / {
proxy_pass http://代理IP:3333;
proxy_set_header WL-Proxy-Client-IP $remote_addr;
}

阿里云控制台将cdn全栈加速IP指向nginx部署的机器上,端口为nginx中配置的端口。

posted @ 2023-01-12 11:19  哦~杰克  阅读(185)  评论(0编辑  收藏  举报