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

4 lines
70 B
Plaintext

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