apt update
apt install -y nano vim
nano wp-config.php
// Define wp home and site url
define('WP_HOME','https://MYDOMAIN.COM');
define('WP_SITEURL','https://MYDOMAIN.COM');