http redirect to https
https://stackoverflow.com/questions/48708361/nginx-request-uri-vs-uri/48709976
https://stackoverflow.com/questions/48708361/nginx-request-uri-vs-uri/48709976
在wp-config.php里面增加: define(‘WP_HOME’,’https://portal.hkwl.org’); define(‘WP_SITEURL’,’https://portal.hkwl.org’); define(‘RELOCATE’, true);if ( isset( $_SERVER[‘HTTP_X_FORWARDED_PROTO’] ) && ‘https’ == $_SERVER[‘HTTP_X_FORWARDED_PROTO’] ) { $_SERVER[‘HTTPS’] = ‘on’;}