Question
Adding second site to a droplet
So i have a live working site on my droplet, but its a small project with little traffic. I wanted to go ahead and add another project on there and route it using a different domain name. I have as (as far as I can tell) pushed the projects repository to the server and set up the DNS forwarding; but for whatever reason my first site is up and working (vindit.us) and my second site (coreykepple.com) shows nothing when i go to it. Hoping for any help trouble shooting this problem; also whenever I do an ls -la inside my server from the command line I cannot find either projects directory on the server this is all i get:
root@Vindit:~# ls -la
total 44
drwx------ 7 root root 4096 Apr 24 19:47 .
drwxr-xr-x 22 root root 4096 Apr 18 20:38 ..
drwxr-xr-x 3 root root 4096 Apr 18 20:36 .ansible
drwx------ 2 root root 4096 Apr 23 22:03 .aptitude
-rw------- 1 root root 1338 Apr 24 20:00 .bash_history
-rw-r--r-- 1 root root 3106 Oct 28 2012 .bashrc
drwx------ 2 root root 4096 Oct 18 2013 .cache
drwxr-xr-x 3 root root 4096 Apr 18 21:47 .composer
-rw-r--r-- 1 root root 0 Apr 9 19:50 .mysql_history
-rw-r--r-- 1 root root 140 Oct 28 2012 .profile
drwx------ 2 root root 4096 Apr 18 19:16 .ssh
-rw------- 1 root root 1732 Apr 24 19:47 .viminfo
any help is appreicated.
Add a comment
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×