In order to use Wordpress in SSL with NGINX add
$_SERVER['HTTPS']='on';
to wp-config.php
just before
require_once(ABSPATH . 'wp-settings.php');
In order to use Wordpress in SSL with NGINX add
$_SERVER['HTTPS']='on';
to wp-config.php
just before
require_once(ABSPATH . 'wp-settings.php');