Hallo Nginx: Deploying and Optimizing Modern Web Applications
$9.99
Minimum price
$14.99
Suggested price

Hallo Nginx: Deploying and Optimizing Modern Web Applications

About the Book

Hallo Nginx: Deploying and Optimizing Modern Web Applications is an essential guidebook for web developers, system administrators, and IT professionals looking to master NGINX, the heart of modern web architectures. This comprehensive resource covers everything from basic configurations to advanced features, making it an invaluable asset for anyone aiming to deploy, secure, and optimize web applications efficiently. With its clear structure, starting from the introduction to NGINX's core concepts and progressing through to complex configurations and performance tuning, the book promises to elevate your skills and understanding of web server management to new heights.

Dive deep into the world of NGINX with detailed chapters on domain mastery, security, advanced protocols, and more. Whether you're serving dynamic web applications, implementing robust security measures, or scaling services through load balancing and redirection, Hallo Nginx offers practical insights and strategies for overcoming common challenges. The book's unique approach combines theoretical knowledge with 46 hands-on lab exercises, enabling readers to apply what they've learned in real-world scenarios. These exercises are designed to reinforce concepts and provide practical experience, making the learning process both effective and engaging.

Beyond the basics, Hallo Nginx explores the extended capabilities of NGINX, including its commercial offering, NGINX Plus, and how to leverage its advanced features for enterprise environments. The chapters on API gateway essentials, advanced caching, and performance tuning are particularly relevant for professionals working with high-traffic sites. Additionally, the book offers troubleshooting tips and best practices to keep your web applications running smoothly. Whether you're new to NGINX or looking to expand your expertise, Hallo Nginx: Deploying and Optimizing Modern Web Applications is your go-to resource for mastering one of the most powerful and versatile web servers available today.

Hands-on Lab Exercises

This is a list of the exercises in the book. Each exercise is designed to help you learn the concepts and techniques discussed in the book.

Exercise 1: Installing and Running NGINX on VMs and Docker

Exercise 2: Configuring NGINX: Directives and Contexts Explained

Exercise 3: Essential NGINX Commands and Controls

Exercise 4: Understanding the Basic NGINX Server Block

Exercise 5: Deploying Multiple Web Applications on Different Ports

Exercise 6: Configuring Domains and Subdomains

Exercise 7: Deploying a Static Web App for Domain Testing

Exercise 8: Domain Redirects and Wildcard Configurations

Exercise 9: Implementing SSL/TLS for Domains and Subdomains using Let’s Encrypt

Exercise 10: Powering a Node.js App with NGINX

Exercise 11: Integrating a Spring Boot Application

Exercise 12: Serving an ASP.NET Core Application with NGINX

Exercise 13: Amplifying PHP Apps with NGINX and PHP-FPM

Exercise 14: Deploying Angular Web Apps with NGINX

Exercise 15: Deploying React JS Web Apps with NGINX

Exercise 16: Streamlining FastAPI Python Apps with NGINX

Exercise 17: Setting up WebSockets for Real-Time Communication

Exercise 18: Leveraging HTTP/for Enhanced Performance with Static Web Apps

Exercise 19: Serving gRPC Services with NGINX

Exercise 20: Setting Up SSL/TLS for Encrypted Connections

Exercise 21: Hardening NGINX with Security Headers

Exercise 22: Guarding Against Web Vulnerabilities

Exercise 23: Crafting Efficient Reverse Proxy Setups

Exercise 24: Implementing Load Balancing Strategies

Exercise 25: Mastering URL Redirection and Rewrites

Exercise 26: Implementing API Rate Limiting with NGINX Open Source

Exercise 27: Transforming and Routing API Traffic

Exercise 28: API Security and JWT Authentication with Open-Source NGINX

Exercise 29: Setting Up and Configuring NGINX Proxy Cache

Exercise 30: Cache Strategies for Dynamic Web Content

Exercise 31: Optimizing Connection and Buffer Settings

Exercise 32: Employing Compression for Faster Web Delivery

Exercise 33: Fine-Tuning Static and Media File Delivery

Exercise 34: Standard and Third-Party Module Integration

Exercise 35: Extending NGINX with Lua Scripting

Exercise 36: Removing NGINX Server Header for Less Information Leakage

Exercise 37: Advanced Logging with Custom Formats

Exercise 38: Real-time Monitoring and Traffic Analysis

Exercise 39: Deploying NGINX Plus on an VM

Exercise 40: Leveraging Exclusive NGINX Plus Features

Exercise 41: API Security and JWT Authentication with NGINX Plus

Exercise 42: Performance and Monitoring with NGINX Plus

Exercise 43: Advanced Load Balancing and Clustering in NGINX Plus

Exercise 44: Diagnosing Common NGINX Issues

Exercise 45: Performance Diagnosis and Remediation

Exercise 46: Best Practices for Scalable NGINX Deployments

About the Author

Agus Kurniawan
Agus Kurniawan

Agus Kurniawan's journey in the field of technology, spanning from 2001, is a remarkable blend of deep technical expertise and a fervent passion for sharing knowledge. As a seasoned professional, Agus has carved a niche in diverse technological domains, including software development, IoT (Internet of Things), Machine Learning, IT infrastructure, and DevOps. His experiences are not just limited to developing cutting-edge solutions but also extend to shaping the future of upcoming technologists through training and workshops.

Agus's career is marked by significant contributions to both technological innovation and community development. His recognition as a Microsoft Most Valuable Professional (MVP) from 2004 to 2022 underlines his proficiency in Microsoft technologies and his dedication to educating others. Agus has been at the forefront of delivering various training sessions and workshops, sharing his insights and helping others grow in the ever-evolving tech industry.

Table of Contents

Table of Contents

  • Preface
  • Acknowledgments
  • 1 Introduction
    • 1.1 The Versatility of NGINX: Bridging Developers, IT Infra, and DevOps
    • 1.2 NGINX Open Source and NGINX Plus
      • 1.2.1 NGINX (Open Source)
      • 1.2.2 NGINX Plus
    • 1.3 Setting Up Your NGINX Lab: VM, Docker, and Cloud Basics
  • 2 How to Use This Book
    • 2.1 Introduction
    • 2.2 Source Code
    • 2.3 Feedback
  • 3 NGINX Foundations
    • 3.1 Objectives
    • 3.2 Exercise 1: Installing and Running NGINX on VMs and Docker
    • 3.3 Exercise 2: Configuring NGINX: Directives and Contexts Explained
    • 3.4 Exercise 3: Essential NGINX Commands and Controls
    • 3.5 Troubleshooting: Handling Firewall Issues
    • 3.6 Cloud VM-Specific Firewall Considerations
  • 4 Domain Mastery with NGINX
    • 4.1 Objectives
    • 4.2 Exercise 4: Understanding the Basic NGINX Server Block
    • 4.3 Exercise 5: Deploying Multiple Web Applications on Different Ports
    • 4.4 Exercise 6: Configuring Domains and Subdomains
    • 4.5 Exercise 7: Deploying a Static Web App for Domain Testing
    • 4.6 Exercise 8: Domain Redirects and Wildcard Configurations
    • 4.7 Exercise 9: Implementing SSL/TLS for Domains and Subdomains using Let’s Encrypt
  • 5 Serving Modern Web Applications
    • 5.1 Goals
    • 5.2 Introduction to NGINX as a Reverse Proxy
    • 5.3 Exercise 10: Powering a Node.js App with NGINX
    • 5.4 Exercise 11: Integrating a Spring Boot Application
    • 5.5 Exercise 12: Serving an ASP.NET Core Application with NGINX
    • 5.6 Exercise 13: Amplifying PHP 8 Apps with NGINX and PHP-FPM
    • 5.7 Exercise 14: Deploying Angular Web Apps with NGINX
    • 5.8 Exercise 15: Deploying ReactJS Web Apps with NGINX
    • 5.9 Exercise 16: Streamlining FastAPI Python Apps with NGINX
  • 6 Advanced Protocols with NGINX
    • 6.1 Goals
    • 6.2 Expected Output
    • 6.3 Exercise 17: Setting up WebSockets for Real-Time Communication
    • 6.4 Exercise 18: Leveraging HTTP/2 for Enhanced Performance with Static Web Apps
    • 6.5 Exercise 19: Serving gRPC Services with NGINX
  • 7 NGINX Security
    • 7.1 Goals
    • 7.2 Expected Output
    • 7.3 Exercise 20: Setting Up SSL/TLS for Encrypted Connections
    • 7.4 Exercise 21: Hardening NGINX with Security Headers
    • 7.5 Exercise 22: Guarding Against Web Vulnerabilities
  • 8 Proxying, Load Balancing, and Redirection
    • 8.1 Goals
    • 8.2 Expected Output
    • 8.3 Exercise 23: Crafting Efficient Reverse Proxy Setups
    • 8.4 Exercise 24: Implementing Load Balancing Strategies
    • 8.5 Advanced Load Balancing Techniques
    • 8.6 Exercise 25: Mastering URL Redirection and Rewrites
  • 9 API Gateway Essentials with NGINX
    • 9.1 Goals
    • 9.2 Expected Output
    • 9.3 Exercise 26: Implementing API Rate Limiting with NGINX Open Source
    • 9.4 Exercise 27: Transforming and Routing API Traffic
    • 9.5 Exercise 28: API Security and JWT Authentication with Open-Source NGINX
  • 10 Advanced Caching Workshops
    • 10.1 Goals
    • 10.2 Expected Output
    • 10.3 Exercise 29: Setting Up and Configuring NGINX Proxy Cache
    • 10.4 Exercise 30: Cache Strategies for Dynamic Web Content
  • 11 NGINX Performance Tuning
    • 11.1 Goals
    • 11.2 Expected Output
    • 11.3 Exercise 31: Optimizing Connection and Buffer Settings
    • 11.4 Exercise 32: Employing Compression for Faster Web Delivery
    • 11.5 Exercise 33: Fine-Tuning Static and Media File Delivery
  • 12 Extending NGINX Capabilities
    • 12.1 Goals
    • 12.2 Expected Output
    • 12.3 Exercise 34: Standard and Third-Party Module Integration
    • 12.4 Exercise 35: Extending NGINX with Lua Scripting
    • 12.5 Exercise 36: Removing NGINX Server Header for Less Information Leakage
  • 13 Insights: Monitoring and Logging
    • 13.1 Goals
    • 13.2 Expected Output
    • 13.3 Exercise 37: Advanced Logging with Custom Formats
    • 13.4 Exercise 38: Real-time Monitoring and Traffic Analysis
  • 14 NGINX Plus
    • 14.1 Goals
    • 14.2 Exercise 39: Deploying NGINX Plus on a VM
    • 14.3 Exercise 40: Leveraging Exclusive NGINX Plus Features
    • 14.4 Exercise 41: API Security and JWT Authentication with NGINX Plus
    • 14.5 Exercise 42: Performance and Monitoring with NGINX Plus
    • 14.6 Exercise 43: Advanced Load Balancing and Clustering in NGINX Plus
  • 15 Troubleshooting and Best Practices
    • 15.1 Goals
    • 15.2 Expected Output
    • 15.3 Exercise 44: Diagnosing Common NGINX Issues
    • 15.4 Exercise 45: Performance Diagnosis and Remediation
    • 15.5 Exercise 46: Best Practices for Scalable NGINX Deployments
  • Appendix A: NGINX Command Cheat Sheet

The Leanpub 60 Day 100% Happiness Guarantee

Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.

Now, this is technically risky for us, since you'll have the book or course files either way. But we're so confident in our products and services, and in our authors and readers, that we're happy to offer a full money back guarantee for everything we sell.

You can only find out how good something is by trying it, and because of our 100% money back guarantee there's literally no risk to do so!

So, there's no reason not to click the Add to Cart button, is there?

See full terms...

Earn $8 on a $10 Purchase, and $16 on a $20 Purchase

We pay 80% royalties on purchases of $7.99 or more, and 80% royalties minus a 50 cent flat fee on purchases between $0.99 and $7.98. You earn $8 on a $10 sale, and $16 on a $20 sale. So, if we sell 5000 non-refunded copies of your book for $20, you'll earn $80,000.

(Yes, some authors have already earned much more than that on Leanpub.)

In fact, authors have earnedover $14 millionwriting, publishing and selling on Leanpub.

Learn more about writing on Leanpub

Free Updates. DRM Free.

If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).

Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.

Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.

Learn more about Leanpub's ebook formats and where to read them

Write and Publish on Leanpub

You can use Leanpub to easily write, publish and sell in-progress and completed ebooks and online courses!

Leanpub is a powerful platform for serious authors, combining a simple, elegant writing and publishing workflow with a store focused on selling in-progress ebooks.

Leanpub is a magical typewriter for authors: just write in plain text, and to publish your ebook, just click a button. (Or, if you are producing your ebook your own way, you can even upload your own PDF and/or EPUB files and then publish with one click!) It really is that easy.

Learn more about writing on Leanpub