Installing NginX
Syntax
ps aux | grep nginx
Version
Local SSL Certificates
Verify Nginx is Listening on the Correct Port
Firewall
what is my dns lookup
Ubuntu Firewall UFW
CURL test locally
Test external with http & ip
Namecheap
OCI security – TCP-UDP 80-443
install Node.js
install Git to clone GitHub repos
Certbot – SSL certificate
install MariaDB
create MariaDB
install php-fpm
php-fpm www-data
php-fpm listen
php-fpm dm directives
php info page
Verify Nginx is Listening on the Correct Port
Contents
hide
1
Update
2
Upgrade
3
Install net tools
4
Run this command
5
Expected output
Update
sudo
apt
update
JavaScript
Upgrade
sudo
apt
upgrade
JavaScript
Install net tools
sudo
apt
install
net
-
tools
JavaScript
Run this command
sudo
netstat
-
tuln
|
grep
nginx
JavaScript
Expected output