Nginx PRECONTENT mirror模块

L62

Nginx PRECONTENT mirror模块

location = /mirror {
internal ; //只能内部访问
proxy_pass http://sho***.com.cn:8011$request_uri;
proxy_pass_request_body off;
proxy_set_header Content-Length "";
proxy_set_header X-Original-URI $request_uri;
} location / {
mirror /mirror;
mirror_request_body off;
}
上一篇:Centos tar命令


下一篇:02.MyBatis在DAO层开发使用的Mapper动态代理方式