VZ
Size: a a a
VZ
M
VZ
VZ
M
VZ
VZ
VZ
VZ
location /foo {
rewrite /foo/(.*) /$1 break;
proxy_pass http://localhost:3200;
proxy_redirect off;
proxy_set_header Host $host;
}
VZ
M
location /foo {
rewrite /foo/(.*) /$1 break;
proxy_pass http://localhost:3200;
proxy_redirect off;
proxy_set_header Host $host;
}
VZ
VZ
VZ