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

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