proxy_pass_lf.conf 70 B

123
  1. location ~* ^/test/([^/]+)/ {
  2. proxy_pass http://10.10.10.10/$1;
  3. }