Apache and nginx-proxy every thing work fine except SSL give an infernal loop
Try the fix around look in the post
.htaccess
SetEnvIf X-Forwarded-Protocol https HTTPS=on
does not work
i try creating a custom.proxy.conf for that domain to listen on ssl
https://127.0.0.1:30443 include /home/admin/nginx/cong/global/custom.proxy.conf
did not work either
Any solution to make nginx-proxy and SSL
Every thing work just find under Apache
Thank's