yaoweibin / ngx_http_substitutions_filter_module

a filter module which can do both regular expression and fixed string substitutions for nginx
607 stars 213 forks source link

proxy_pass #48

Open ghost opened 11 months ago

ghost commented 11 months ago

I am trying to use this module while using nginx as reverse proxy server and I used proxy_pass. But, this module is not working. Is it because I am using proxy_pass or is there any workaround?

lynch1981 commented 11 months ago

Can you give a minimal configuration to reproduce the problem?