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
create MariaDB
Login
mysql
-u
root
-p
Bash
Create new MariaDB
CREATE
DATABASE
XXXXXXXXXX
CHARACTER
SET
utf8mb4
COLLATE
utf8mb4_unicode_ci
;
Bash