Tag: nginx

7 articles

FastDFS High Concurrency Optimization: max_connections, T...

Optimization for high concurrency/massive small files with single disk or RAID: upgrade to v5.04+, configure threads based on CPU cores, reduce directory levels, adjust sync parameters based on lat...

FastDFS Cluster Practice: 3-Node Tracker/Storage + Nginx

Deploy tracker, storage, and Nginx on three hosts with round-robin upload. Key points: Nginx+mod_fastdfs routing and monitoring verification. Output: reusable cluster config checklist + version mat...

Spring In-Depth: Nginx Process Mechanism Master Worker Co...

In-depth analysis of Nginx underlying process mechanism covering Master Worker mechanism principles and commonly used commands with practical examples.

Spring In-Depth: Nginx Basic Config Events HTTP Reverse P...

In-depth guide to Nginx configuration covering nginx.conf structure, Events block, HTTP block, reverse proxy, and load balancing with practical examples.

Spring In-Depth: Nginx Introduction History Scenarios Qui...

In-depth introduction to Nginx covering its origins, development history, common scenarios, and quick configuration guide with practical examples.

FastDFS 6.15.0+Nginx Dynamic Module: Source Compile to Ac...

Complete guide for FastDFS 6.15.0 source compilation and Nginx fastdfs-nginx-module configuration. This article analyzes principles and practices to help readers master key technical points.

Nginx JSON Logs to ELK: ZK+Kafka+Elasticsearch 7.3.0+Kiba...

Configure Nginx log_format json to output structured access_log (containing @timestamp, request_time, status, request_uri, ua and other fields), start...