Browsing Category
Nginx
76 posts
Master Nginx Networking with our comprehensive learning resources. From fundamental concepts to advanced configurations, our tutorials and practical examples will guide you through every step. Dive into load balancing, reverse proxying, and secure connections, gaining the skills needed for high-performance web server setups. Start your Nginx Networking journey today and optimize your web infrastructure for seamless user experiences.
How to Set Up Nginx for a Java Application
I’ve lost count of how many times I’ve been handed a Java application — a Spring Boot service,…
How to Set Up Nginx for a Laravel Application
The first time I deployed a Laravel app to a production server, I made the classic beginner mistake:…
How to Set Up Nginx for a Flask Application
I remember running flask run on a production server once, early in my career, and wondering why the…
How to Set Up Nginx for a Node.js Application
Node.js applications are a bit different from PHP or Java apps in one important way: Node can serve…
How to Set Up Nginx with Ruby on Rails
I’ve deployed Rails apps a handful of different ways over the years — Passenger, Unicorn, and these days…
How to Configure Nginx for Django
Django’s built-in runserver command tells you explicitly, in its own startup message, not to use it in production.…
How to Disable Directory Listing in Nginx
A few years ago I was doing a routine security check on a client’s server and stumbled onto…
How to Redirect URLs in Nginx
URL redirects seem like they should be trivial, and most of the time they are — until you…
How to Set Up Nginx with Node.js
When I first started deploying Node.js applications to production, I made the classic beginner mistake: I exposed my…
How to Implement HTTP Authentication in Nginx
There’s a specific moment I remember from early in my sysadmin days: I’d just finished deploying a staging…