Re[2]: Proxying to ip-camera

2016-04-08 Thread wishmaster
Hi, --- Original message --- From: "Francis Daly" Date: 8 April 2016, 10:12:08 > On Fri, Apr 08, 2016 at 08:45:48AM +0300, wishmaster wrote: > > > On Thu, Apr 07, 2016 at 06:44:08PM +0300, wishmaster wrote: > > Hi there, > > > > > > I have the web site and would like to proxying all r

Re: Proxying to ip-camera

2016-04-08 Thread Francis Daly
On Fri, Apr 08, 2016 at 08:45:48AM +0300, wishmaster wrote: > > On Thu, Apr 07, 2016 at 06:44:08PM +0300, wishmaster wrote: Hi there, > > > > I have the web site and would like to proxying all requests to /ipcam > > > > location to internal ip-camera. > > > > > > > > website http://site.com > >

Re[2]: Proxying to ip-camera

2016-04-07 Thread wishmaster
Hi, Francis. > On Thu, Apr 07, 2016 at 06:44:08PM +0300, wishmaster wrote: > > Hi there, > > > > I have the web site and would like to proxying all requests to /ipcam > > > location to internal ip-camera. > > > > > > website http://site.com > > > ip-cam http://site.com/ipcam > > > > With port

Re: Proxying to ip-camera

2016-04-07 Thread Francis Daly
On Thu, Apr 07, 2016 at 06:44:08PM +0300, wishmaster wrote: Hi there, > > I have the web site and would like to proxying all requests to /ipcam > > location to internal ip-camera. > > > > website http://site.com > > ip-cam http://site.com/ipcam > > With port redirection by firewall all works f

Re: Proxying to ip-camera

2016-04-07 Thread wishmaster
> > Hi, > > I have the web site and would like to proxying all requests to /ipcam > location to internal ip-camera. > > website http://site.com > ip-cam http://site.com/ipcam > > Below config: > > location /ipcam { > proxy_pass http://192.168.20.99:80/; > proxy_redirect off; > proxy_set_head

Proxying to ip-camera

2016-04-07 Thread wishmaster
Hi, I have the web site and would like to proxying all requests to /ipcam location to internal ip-camera. website http://site.com ip-cam http://site.com/ipcam Below config: location /ipcam { proxy_pass http://192.168.20.99:80/; proxy_redirect off;