Drupal 8
Find version from file:
Look in
drupal-8.6.1\core\lib
for
- 
const VERSION = '8.6.1';
 
Update behind kong - edit update.php to start with:
- 
if (isset($_SERVER["HTTP_X_FORWARDED_PROTO"]) &&
 - 
$_SERVER["HTTP_X_FORWARDED_PROTO"] == "https") {
 - 
$_SERVER['HTTPS'] = 'on';
 - 
}
 
RJM Article Type
              Quick Reference