1
0

proxy_from_location_var.conf 68 B

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