Tagged articles
24 articles
Page 1 of 1
Linux Tech Enthusiast
Linux Tech Enthusiast
Jan 13, 2026 · Backend Development

How to Quickly Fix CORS Issues with Simple Nginx Configuration

This article walks through common CORS errors encountered when a frontend on http://localhost:8080 calls a backend on http://localhost:59200, explains the role of the four CORS response headers, the preflight OPTIONS request, and provides step‑by‑step Nginx configurations to resolve each case.

CORShttp-headersnginx
0 likes · 13 min read
How to Quickly Fix CORS Issues with Simple Nginx Configuration
Raymond Ops
Raymond Ops
Nov 15, 2025 · Operations

Master Nginx: Complete Configuration Guide with Real‑World Examples and Best Practices

This comprehensive tutorial walks you through Nginx's core features, configuration syntax, and practical examples covering global settings, events, HTTP, server and location blocks, upstream load balancing, proxy settings, HTTPS, CORS, gzip compression, access control lists, and caching strategies, all illustrated with ready‑to‑use code snippets.

Cachinggzipload-balancing
0 likes · 34 min read
Master Nginx: Complete Configuration Guide with Real‑World Examples and Best Practices
MaGe Linux Operations
MaGe Linux Operations
Oct 30, 2025 · Operations

How to Slash Nginx Reverse Proxy Latency and Boost QPS in 10 Minutes

This guide walks you through a practical 10‑minute workflow to optimize Nginx reverse‑proxy timeouts, configure upstream connection pools, tune Linux kernel parameters, verify improvements with load testing, set up monitoring and alerts, and ensure secure, reliable roll‑back procedures.

Timeoutconnection-poolmonitoring
0 likes · 17 min read
How to Slash Nginx Reverse Proxy Latency and Boost QPS in 10 Minutes
Java Architect Essentials
Java Architect Essentials
Oct 25, 2024 · Operations

Comprehensive Nginx Configuration Guide: Basics, Optimization, and Deployment

This article provides a step‑by‑step walkthrough of Nginx configuration, explaining the original nginx.conf structure, simplifying it, detailing global, events, and http blocks, and covering common optimizations such as history‑mode handling, reverse proxy setup, gzip compression, maintenance pages, multi‑site hosting, and essential command‑line operations.

reverse-proxy
0 likes · 17 min read
Comprehensive Nginx Configuration Guide: Basics, Optimization, and Deployment
Top Architect
Top Architect
Sep 23, 2024 · Backend Development

Comprehensive Nginx Configuration Guide: Basics, Optimization, and Deployment

This article provides a step‑by‑step walkthrough of Nginx configuration, explaining the original nginx.conf file, simplifying it, describing the global, events, and http blocks, and covering practical deployment, reverse‑proxy setup, gzip compression, maintenance pages, multi‑site hosting, static‑dynamic separation, and essential command‑line operations.

Deploymentbackendgzip
0 likes · 17 min read
Comprehensive Nginx Configuration Guide: Basics, Optimization, and Deployment
Java High-Performance Architecture
Java High-Performance Architecture
Sep 12, 2024 · Operations

Master Nginx: From Basic Config to Advanced Optimizations

This article walks front‑end developers through the essential Nginx concepts, from understanding the original nginx.conf file and its annotated version to practical deployment steps, key optimizations like gzip, reverse proxy, static‑dynamic separation, and essential command‑line operations for installing, managing, and tuning the server.

DeploymentOptimizationServer
0 likes · 15 min read
Master Nginx: From Basic Config to Advanced Optimizations
MaGe Linux Operations
MaGe Linux Operations
Dec 30, 2023 · Operations

Why Every Developer Needs FRP: Fast Reverse Proxy for Secure Remote Access

This article explains what internal network penetration is, why developers should use FRP (Fast Reverse Proxy) to access internal services, perform remote debugging, receive webhooks, protect sensitive data, and provides a step‑by‑step guide to install and configure FRP on Linux servers and clients.

cloud-nativefrpnetwork tunneling
0 likes · 13 min read
Why Every Developer Needs FRP: Fast Reverse Proxy for Secure Remote Access
Efficient Ops
Efficient Ops
Aug 8, 2021 · Cloud Native

How Nginx and Nginx‑Ingress Work Together to Proxy Services in Kubernetes

This article explains how traditional host‑based Nginx reverse‑proxy configurations compare with the nginx‑ingress controller running as a pod in Kubernetes, detailing their setup, deployment YAML, ingress resources, and generated Nginx configuration for exposing services.

Kubernetescloud-nativeingress
0 likes · 7 min read
How Nginx and Nginx‑Ingress Work Together to Proxy Services in Kubernetes
Top Architect
Top Architect
Mar 23, 2021 · Operations

What Nginx Can Do: Reverse Proxy, Load Balancing, HTTP Server, and More

This article explains the capabilities of Nginx without third‑party modules, covering reverse proxy, load balancing strategies, static HTTP serving, dynamic/static separation, and forward proxy, and provides concrete configuration examples for each feature.

HTTP serverconfigurationload-balancing
0 likes · 11 min read
What Nginx Can Do: Reverse Proxy, Load Balancing, HTTP Server, and More
Liangxu Linux
Liangxu Linux
Mar 8, 2021 · Operations

Mastering Nginx: Reverse Proxy, Load Balancing, and High‑Availability Setup

This guide explains Nginx’s core concepts—including forward and reverse proxy, load‑balancing strategies, static‑dynamic separation, installation commands, configuration file anatomy, practical reverse‑proxy and load‑balancing examples, and a Keepalived high‑availability solution—providing step‑by‑step instructions and essential code snippets for reliable backend deployment.

backendconfigurationhigh availability
0 likes · 11 min read
Mastering Nginx: Reverse Proxy, Load Balancing, and High‑Availability Setup
Liangxu Linux
Liangxu Linux
Nov 12, 2020 · Operations

Secure Intranet Web Access with HTTPS Using Nginx and FRP

This guide shows how to add HTTPS to an internal web service by either routing traffic through Nginx as a reverse proxy or configuring FRP itself with SSL certificates, including detailed server (frps) and client (frpc) settings, firewall tips, and verification steps.

Server Configurationfrpnginx
0 likes · 5 min read
Secure Intranet Web Access with HTTPS Using Nginx and FRP
MaGe Linux Operations
MaGe Linux Operations
Dec 26, 2019 · Backend Development

Master Nginx: Status Page, Modules, Variables, Logging, SSL, Rewrite, and Advanced Proxy Techniques

This comprehensive guide walks you through configuring Nginx status pages, compiling modules, using built‑in and custom variables, setting up JSON and gzip logs, enabling HTTPS, mastering rewrite rules, preventing hotlinking, implementing reverse proxy with caching, and deploying both HTTP and TCP load‑balancing with Redis and MySQL back‑ends.

LoggingSSLload-balancing
0 likes · 45 min read
Master Nginx: Status Page, Modules, Variables, Logging, SSL, Rewrite, and Advanced Proxy Techniques