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

3 lines
59 B
Plaintext
Raw Normal View History

2017-03-30 22:12:44 +00:00
location ~ /proxy/(?P<proxy>.*)$ {
proxy_pass $proxy;
}