Categories
When used in nginx regexp in locales, can the found groups be substituted into proxy_pass ?
If I use regexp when specifying location and define a couple of groups there, can the found groups be used in the address in proxy_pass ?
Answer the question
In order to leave comments, you need to log in
location ~* ^/service/(.*) { proxy_pass apache/$1$is_args$args; }
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question