Change wordpress domain of existing Easy engine installation

Hi, So I tried using the article here at http://community.easyengine.io/t/how-to-change-domain-with-existing-ee-setup/1848/7 to change my wordpress domain but it does not seem to work I ran the following commands.

cp -v /etc/nginx/sites-available/example.com /etc/nginx/sites-available/mydomain.com

vim /etc/nginx/sites-available/mydomain.com

mkdir /var/www/mydomain.com

cp -av /var/www/example.com/htdocs /var/www/example.com/wp-config.php /var/www/mydomain.com 

cp -v /etc/nginx/sites-enabled/example.com /etc/nginx/sites-enabled/mydomain.com

ee site enable mydomain.com

FAILS

The instructions were not complete. Anyways The second to last command was trying to solve the error of site does not exist. But I was unable to get it to work

Any Idea’s?

Have you tried the solution offered by janiosarmento at the last post How to change domain with existing ee setup?