proxy_pass redirection

Puneeth Kumar lists at ruby-forum.com
Fri Jul 24 09:16:12 UTC 2015


Thank you Francis for the links & the solution.

Sorry for confusion, proxy_pass is working for me.

I'm passing below link (exact URI) to proxy_pass

http://IP:8881/ingestion/v1.0/streams/NGINEX.

I want to keep the link(URI) only till
http://IP:8881/ingestion/v1.0/streams/
& the last word (NGINX) application should pick.
So Can I pass * type of wild char to the link? please help.

http://IP:8881/ingestion/v1.0/streams/*

Thank you

-- 
Posted via http://www.ruby-forum.com/.



More information about the nginx mailing list