server {
listen 80;
server_name maven.nutz.cn;
location = / {
rewrite .+ /nexus/content/repositories/thirdparty/ redirect;
}
location / {
proxy_pass http://115.236.19.70:11981;
proxy_buffering off;
proxy_read_timeout 600s;
proxy_send_timeout 600s;
proxy_set_header X-Ngrok-Proxy nutz.cn;
proxy_http_version 1.1;
client_max_body_size 1024m;
}
}
添加回复
请先登陆