gixy/tests/plugins/simply/ssrf/host_w_const_start.conf

3 lines
70 B
Plaintext

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