-
Published Answer
A few tips when creating a new user on a fresh droplet. Do these commands when logged in as root:
useradd -m -G sudo newuser…
•
By
ddulic
-
Published Answer
It isn’t enough to just point the domain towards DO. You also need to do some configuration here. Follow this guide and report back…
•
By
ddulic
-
Published Answer
Did you remove the old domain from the old host? Also keep in mind that it can take up to a day or two for some domain hosts to upd…
•
By
ddulic
-
Published Answer
If 1&1 sells Domains, they must have a “Domain Control Panel”. Simple go into that panel and point the servers to a droplet (point …
•
By
ddulic
-
Published Answer
Are you using Apache or Nginx? Apache 2.4.17 or later is needed, or Nginx 1.9 or later in order to run http/2.
•
By
ddulic
-
Published Answer
Did you change “example.com” with your own domain?
•
By
ddulic
-
Published Answer
Take a look at [How To Secure Nginx on Ubuntu 14.04](https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-on-ubuntu…
•
By
ddulic
-
Published Answer
As far as I know, nginx looks for nginx.conf in the root folder of nginx, not in sites-available, there shouldn’t even be a nginx.c…
•
By
ddulic
-
Published Answer
Change
return 301 https://example.com$request_uri; to
return 301 https://$server_name$request_uri;
And where i…
•
By
ddulic
-
Published Answer
Its not a question if DO supports http/2 but if your server does, which version of Apache are you running? Apache 2.4.17 or later i…
•
By
ddulic
-
Published Answer
You will need to download an additional file called pscp.exe
Check out the guide [here](http://www.it.cornell.edu/services/mana…
•
By
ddulic
-
Published Answer
Check your /var/log/auth.log
And make sure your sftp is unlocked in your firewall.
•
By
ddulic
-
Published Answer
Check if its still empty if you ssh into it. Maybe your stfp user doesn’t have the right read permissions.
•
By
ddulic
-
Published Answer
Try:
server {
#Redirecting to SSL site
listen 80;
listen [::]:80 ipv6only=on;
server_name domain.com;
...
•
By
ddulic
-
Published Answer
Show us the line 525 and other called lines in plugin.php?
•
By
ddulic
-
Published Answer
Just for your website? If you want to change everything to www-data use:
Directories:
find /var/www/html/ -type d -exec ch...
•
By
ddulic
-
Published Answer
Why not just use Load Balancing?
•
By
ddulic
-
Published Answer
Loads in under 1.5 seconds for me.
https://website.grader.com/results/www.vitaminab1.com
https://developers.google.com/speed…
•
By
ddulic
-
Published Answer
More info please?
•
By
ddulic
-
Published Answer
Take a look at:
https://www.digitalocean.com/community/questions/how-do-i-add-an-ssh-key-to-an-existing-droplet
•
By
ddulic