-
Published Question
I update it manually using this command
sudo systemctl stop nginx
url="my_domain123.com"
sudo certbot certonly --standalone -d $url -d www.$url --email main@$url
sudo systemctl start nginx
This works fine, but it's ma...
2
•
•
By
samoshi
Let's Encrypt
Linux Commands
Miscellaneous
Ubuntu
-
Published Question
Will data on my VPS be lost if I upgrade Ubuntu from 16x to 17x?
2
•
•
By
samoshi
DigitalOcean
Ubuntu 16.04
-
Published Question
According to the article https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-16-04
I'm running command to test it:
```
$ sudo certbot renew --dry-run
And get this:...
1
•
•
By
samoshi
Applications
Ubuntu 16.04
-
Published Answer
So first you need to create the A or CNAME record in the DNS of your domain.
with what host name?
•
By
samoshi
-
Published Question
I have 2 droplets. For the 1st one I've set up a domain -- my_domain.com.
I don't know to setup N level domains. How can I set up a subdomain, something like "my.sub.xxx.yyy.my_domain.com" for the 2nd one which is 6 ...
2
•
•
By
samoshi
Deployment
Arch Linux
-
Published Question
There're some services in FreeBsd in /etc/rc.conf
```
vim /etc/rc.conf
sshd_enable="YES"
digitaloceanpre="YES"
cloudinit_enable="YES"
digitalocean="YES"
```
What are the last 3 for? Can I remove them?
2
•
•
By
samoshi
Deployment
FreeBSD
-
Published Answer
@hansen
cat /usr/local/etc/nginx/nginx.conf
load_module /usr/local/libexec/nginx/ngx_mail_module.so;
load_module /...
•
By
samoshi
-
Published Answer
@hansen I haven’t changed it after installation, it’s the default one.
•
By
samoshi
-
Published Answer
@hansen thx. On Linux I use “ /etc/nginx/sites-available/default” for the config of my website, what is it on FreeBsd?
oh, wait…
•
By
samoshi
-
Published Question
I know how to setup nginx in Linux. In FreeBsd I thought it'd exactly the same, except maybe a location of the config file. In Linux it's /etc/nginx/sites-available/default, in FreeBsd /usr/local/etc/nginx/nginx.conf
...
4
•
•
By
samoshi
Nginx
FreeBSD
-
Published Question
I've installed a fresh FreeBsd droplet. I don't know a password for root and haven't received it, neither in spam. Moreover, in the dashboard at Digital Ocean it says "you should manager your password inside your syst...
2
•
•
By
samoshi
Miscellaneous
FreeBSD
-
Published Question
I have a website here with the nameservers pointing to DO as well. I've bought a new domain and I want to redirect all requests from my old website to the new one with the status 302. I want to achieve that on a doma...
1
•
•
By
samoshi
DigitalOcean
-
Published Question
1) What happens when I reach my monthly traffic limit? For example, for $5/month droplet it's 100Gb.
2) Where can I see it, how much I've used this month?
1
•
•
By
samoshi
DigitalOcean
-
Published Question
Is it possible to change the IP address of my droplet/server without having to re-create it? Or does require taking a shapshot of it, destroying an old droplet and creating a new one from that shapshot?
1
•
•
By
samoshi
API
-
Published Question
There're no droplet with Arch Linux. Is there any way to install it?
3
•
•
By
samoshi
Getting Started
Arch Linux
-
Published Question
When creating a droplet, there's an option "ipv6 networking" -- a checkbox. How much does it cost, if any?
1
•
•
By
samoshi
IPv6
-
Published Question
Say, I created a droplet and installed plenty of software to it. When I take a shapshot of it and delete a droplet, the next time I want to re-create the same kind of server with the same environment and software inst...
1
•
•
By
samoshi
Getting Started
Deployment
Ubuntu 16.04
-
Published Question
I've forgotten the password for my droplet. If I reset it via the dashboard, will the droplet be re-created? I don't want to re-create it.
1
•
•
By
samoshi
Getting Started
Quickstart
Ubuntu 16.04
-
Published Question
I have a droplet. How can I find a domain(s) associated with it via the REST API?
1
•
•
By
samoshi
API
-
Published Question
How can I setup my domain so that the main domain will be with "www" and when a user come to the bare domain without "www" they'll be redirected to the domain with "www" with the status 301 or 302? In the panel of nam...
2
•
•
By
samoshi
DNS