I updated using “wget -qO ee rt.cx/ee && sudo bash ee” as I found ee update doesn’t work anymore.
Now it appears to work, however, it creates this site WITHOUT the www. in front of it.
So… the command entered:
sudo ee site create www.domain.com --wpfc
The output from the server is then as follows (actual data redacted and replaced by things CAPITALIZED:
xi@xiagency:~$ sudo ee site create www.DOMAIN.com --wpfc
Setting up NGINX configuration [Done]
Setting up webroot [Done]
Downloading Wordpress [Done]
Setting up database [Done]
Installing plugin nginx-helper
Installing plugin w3-total-cache
Reload : nginx [OK]
WordPress admin user : USERNAME
WordPress admin user password : PASSWORD
Configure nginx-helper: http://DOMAIN.com/wp-admin/options-general.php?page=nginx
Configure W3TC: http://DOMAIN.com/wp-admin/admin.php?page=w3tc_general
Page Cache: Disable
Database Cache: Memcached
Object Cache: Memcached
Browser Cache: Disable
Successfully created site http://DOMAIN.com
So, the question here is then this: How do I make this site appear as www.domain.com, rather than just domain.com?
Thank you for your time. Very much appreciated.