Tag · 4 items
nginx
Content that mentions this tag in frontmatter.
Articles

Getting Free SSL Certificates with Certbot - The No-Stress Guide! 🔒
Secure your website with free SSL certificates using Certbot on Ubuntu & Nginx. A simple step-by-step guide with troubleshooting tips. Perfect for beginners! [2024]
Read article

Setting Up Nginx as a Reverse Proxy - The Easy Way! 🚀
Learn how to easily connect your web app to a domain name using Nginx as a reverse proxy. A beginner-friendly guide with ready-to-use configs! 🚀
Read article

How To Install And Configure Nginx On Your Linux Server
Install Nginx on Ubuntu, open the firewall, and confirm the welcome page—step by step, with copy-paste commands and quick checks along the way.
Read article
Snippets
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.