Newbie: Proxy to Glassfish

Edho P Arief edhoprima at gmail.com
Sat Apr 9 13:00:52 MSD 2011


On Sat, Apr 9, 2011 at 4:55 AM, GZ1 <nginx-forum at nginx.us> wrote:
> One question, though... this didn't work:
>
> proxy_pass localhost:8080;
>
> This did:
>
> proxy_pass http://localhost:8080;

Because the http:// is required.

>
> What if I want to proxy my ssl too?
>

I believe it is not recommended to proxy to ssl backend (if possible at all).



More information about the nginx mailing list