gixy/tests/plugins/simply/http_splitting/proxy_pass_cr_fp.conf

4 lines
66 B
Plaintext

location ~* ^/test/(.*) {
proxy_pass http://10.10.10.10/$1;
}