Monica - Take Three, Part Four
I've spent some time over the past few days going through and adding a couple of relationships and adding some tags for organization. I'd like to spend some time trying to secure the server a little bit to expose it to the web.
Steps performed on MONICA-01
apt install ufw
UFW is already the newest version.
sudo ufw allow 22/tcp
sudo ufw allow 443/tcp
sudo ufw enable
Firewall is active and enabled on system startup
nano /etc/apache2/sites-enabled/monica.conf
ServerAlias monica.domain.com
ServerAlias monica-01 monica-01.domain.local
ServerAlias monica.domain.local
I then set up DNS records for the aliases I set above. Testing shows that everything is working.