WordPress derrière nginx Proxy mgr => modifier /wordpress/wp-config.php
ajouter à la fin avant « ne modifiez rien derriere cette ligne »
/**Load Balancer NGINX Proxy apres les acces DB*/
if (isset($_SERVER[‘HTTP_X_FORWARDED_PROTO’]) && $_SERVER[‘HTTP_X_FORWARDED_PROTO’] == ‘https’) $_SERVER[‘HTTPS’]=’on’;
ctrl +O / ctrl +X (nano)