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
CURL test locally
Contents
hide
1
Clear browser cache
2
curl http://localhost
3
curl -v http://165.1.75.172
Clear browser cache
Press
Ctrl+Shift+Del
(or
Cmd+Shift+Del
on Mac) and clear the cache for the past hour/day.
curl http://localhost
curl http://localhost
curl
http
:
//localhost
JavaScript
curl -v http://165.1.75.172
curl -v http://165.1.75.172
curl
-
v
http
:
//165.1.75.172
JavaScript