gixy/tests/plugins/simply/http_splitting/proxy_from_location_var.conf

3 lines
68 B
Plaintext

location ~ /proxy/(a|b)/(\W*)$ {
proxy_pass http://storage/$2;
}