Tag · 1 items
devops
Content that mentions this tag in frontmatter.
Snippets
bashApr 26, 2026
Nginx on Ubuntu — install and firewall commands
Copy-paste only: update packages, install Nginx, open UFW for Nginx, check status and reload. Pairs with the full walkthrough post.
# Packages and service
sudo apt-get update && sudo apt-get upgrade
sudo apt install nginx
sudo systemctl status nginx
sudo systemctl reload nginx # after config edits (e.g. new server blocks)
# Firewall (Ubuntu UFW) — "Nginx Full" = ports 80 + 443The newsletter
New articles in your inbox.
Occasional articles on engineering, tooling, and software development practices. No marketing, no fluff — just the article, when it's ready.
Unsubscribe with one click. Your email never leaves the list.