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

3 lines
62 B
Plaintext
Raw Normal View History

2017-03-30 22:12:44 +00:00
location /backend/ {
proxy_pass http://some$request_uri;
}