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