Known Issues
WordPress: Too many redirects issue when NGINX reverse proxy to apache
Add this in your wp-config.php:
$_SERVER['HTTPS'] = 'On';
Last updated
Was this helpful?
Add this in your wp-config.php:
$_SERVER['HTTPS'] = 'On';
Last updated
Was this helpful?