View Single Post
Old 12-16-2016, 09:47 AM   #3
ISPsystem team
 
Join Date: Jun 2013
Posts: 233
fly is on a distinguished road
Default

Hi

This is well-known issue - CMS determines protocol in a wrong way and makes a wrong redirect. Usually, in this situation it will help you to add directives

proxy_set_header X-Forwarded-Https "on";
proxy_set_header X-Forwarded-Port "443";

to section @fallback in domain nginx configuration file.

Last edited by ksenya; 12-19-2016 at 05:07 PM.
fly is offline   Reply With Quote