Nginx $scheme doesn't always work while using SSL for one specific page
- by jjiceman
I read and followed this question in order to configure nginx to force SSL for one page (admin.php for XenForo), and it is working well for a few of the site administrators but is not for myself. I was wondering if anyone has any advice on how to improve this configuration:
...
ssl_certificate example.net.crt;
ssl_certificate_key …