3

Reduce SSL backend overhead nginx+apache


Avatar
Alberto Delgado

Hello.
I see in templates that nginx have a proxy_pass httpS to apache and this cause overhead encrypting and decrypting communications in localhost. This have no sense in localhost and causes more CPU cost and latency.
You can use X-Forwarded-Proto header to tell Apache that a conection comes from SSL

A