NGINX
NGINX Commands (Ubuntu)
A short guide of commands I've found myself using on Ubuntu for NGINX, I'll update this post as I find more. Installing NGINX sudo apt-get update sudo apt-get install nginx Restarting NGINX To restart NGINX sudo systemctl restart nginx To just reload the NGINX nginx -s