Re: Rev. proxying a java applet

2016-03-19 Thread Francis Daly
On Wed, Mar 16, 2016 at 06:43:53AM -0400, aruzsi wrote: Hi there, > > The applet itself will be a http request, which it looks like you have > > working. > > The start page is almost working. > First of all there are some upstream servers which are connected to > different devices (serial line)

Re: Rev. proxying a java applet

2016-03-16 Thread aruzsi
Hi Francis, Thank you for your questions. ;-) I try to answer them as I can. > > I want to rev. proxying a page with java applet. I think it is usual > and > > nothing special ... > > The applet itself will be a http request, which it looks like you have > working. The start page is almost work

Re: Rev. proxying a java applet

2016-03-16 Thread Francis Daly
On Mon, Mar 14, 2016 at 12:39:11PM -0400, aruzsi wrote: Hi there, > I want to rev. proxying a page with java applet. I think it is usual and > nothing special ... The applet itself will be a http request, which it looks like you have working. What the applet actually *does* is another matter --

Rev. proxying a java applet

2016-03-14 Thread aruzsi
Hi, I'm a beginner to nginx. I want to rev. proxying a page with java applet. I think it is usual and nothing special ... This is my 1st config: location /pl-wbr/ { rewrite /pl-wbr/(.*) /$1 break; proxy_pass http://pl-wbr/; #proxy_redirect off; proxy_set_head