host_w_const_start.conf 70 B

123
  1. location ~* ^/backend/(?<path>.*) {
  2. proxy_pass http://some$path;
  3. }