Re: proxy_pass redirection

2015-07-24 Thread Puneeth Kumar
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)

Re: proxy_pass redirection

2015-07-23 Thread Puneeth Kumar
Thank for the quick response. My proxy_pass path will keep on changing as per my topic, so I want to keep to dynamic. Pls check below e.g. proxy_pass http://IP:8881/ingestion/v1.0/streams/NGINEX; or proxy_pass http://IP:8881/ingestion/v1.0/streams/NGINEX1; or proxy_pass http://IP:8881/ingestion/

proxy_pass redirection

2015-07-22 Thread Puneeth Kumar
Hi, I'm new to Nginx and we are using for reverse proxy. I'm able to configured Nginx and it's working but I've challenge in configuring it for Dynamic proxy_pass. I've tried to use wild characters in proxy_pass it's not working, please help. E.G. location server { #listen 443; listen 808