proxy_from_location_var_var.conf 83 B

1234
  1. location ~ /proxy/(a|b)/(\W*)$ {
  2. set $p $2;
  3. proxy_pass http://storage/$p;
  4. }