proxy_pass_cr_fp.conf 66 B

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