Tag: Nginx
7 articles
FastDFS High Concurrency Optimization: max_connections, Trunk Files and nofile
Scenario: High concurrency / massive small files (trunk) / single disk or RAID Conclusion: Upgrade to v5.04+, increase max_connections and align with nofile
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.
Spring In-Depth: Nginx Process Mechanism, Master-Worker Coordination and Common Commands
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 Proxy and Load Balancing
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 and Quick Start
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 Access Link
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 k...
Big Data 189 - Nginx JSON Logs to ELK: ZK + Kafka + Elasticsearch 7.3.0 + Kibana 7.3.0
Configure Nginx logformat json to output structured accesslog (containing @timestamp, requesttime, status, requesturi, ua and other fields).