reverse proxy an apache who forces ssl

Reinis Rozitis r at roze.lv
Tue Jul 17 14:17:09 UTC 2012


You can use 'https' in proxy pass eg:

location @proxy {
        proxy_pass https://www.acme.eu;
}


If you define your backends via upstream {}  add also :443 port there.


It is kinda overhead to talk to backends via SSL but it's possible.

rr



More information about the nginx mailing list