On Fri, Jul 24, 2015 at 11:16:12AM +0200, Puneeth Kumar wrote:
Hi there,
> 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/inges
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)
On Wed, Jul 22, 2015 at 11:26:11AM +0200, Puneeth Kumar wrote:
Hi there,
> 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.
The proxy_pass documentation is
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/
On Wednesday, July 22, 2015 at 2:26 AM, Puneeth Kumar wrote:
> 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 w
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