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

3 lines
64 B
Plaintext

location /backend/ {
proxy_pass http://some${arg_la}.shit;
}