-
Published Question
How do you setup a Python 3.7 and pipenv production environment on Ubuntu 18.04?
My development environment uses Python 3.7, Flask, and Pipenv. All the tutorials I found only show how to use python3.7 -m venv, pip, an...
0
•
•
By
mmmrev
Python
Python Frameworks
Ubuntu 18.04
-
Published Question
Anyone know why sudo ufw app list doesn't show Nginx under the list of available apps? I'm trying to add a rule on ufw for Nginx.
I installed Apache2 which shows up under the apps that's available. I installed Nginx r...
1
•
•
By
mmmrev
Linux Commands
Security
Firewall
Ubuntu 18.04
-
Published Answer
I didn’t see on the left side menu under “Manage” -> “Networking”, I can add additional domains. Thanks, mate
•
By
mmmrev
-
Published Question
How can I point www.foo.com and www.bar.com to a droplet's ip address using records such as A and CNAME?
I have www.foo.com's nameserver at the registrar changed to digitalocean's NS; and the Apache vhost are configur...
Accepted Answer:
Hey there! You will need to add the domain bar.com separately to your account, just like you added foo.com.
You will also need to set the bar.com Nameservers on Registrar to DigitalOcean Nameservers.
And then you can ...
2
•
•
By
mmmrev
DigitalOcean
DNS
Ubuntu 18.04