Dev Resource Hub
  • Online Tools
  • Tech Resources
    • Tutorial Resources
    • Software Resources
    • Hardware Resources
    • AI Resources
    • Programming Manual
    • Cybersecurity
  • About
    • About Us
    • Contact Us
    • Privacy Policy
    • Terms of Use
  • English
    • 中文 (中国)
    • English
  • Online Tools
  • Tech Resources
    • Tutorial Resources
    • Software Resources
    • Hardware Resources
    • AI Resources
    • Programming Manual
    • Cybersecurity
  • About
    • About Us
    • Contact Us
    • Privacy Policy
    • Terms of Use
  • English
    • 中文 (中国)
    • English
  1. Home
  2. Tag
  3. Nginx
NGINX Technical Practice: Configuration Guide for TCP Layer 4 Port Proxy and mTLS Mutual Encryption Authentication

Tutorial Resources NGINX Technical Practice: Configuration Guide for TCP Layer 4 Port Proxy and mTLS Mutual Encryption Authentication

This article systematically breaks down the complete implementation of Nginx TCP Layer 4 port proxy and mTLS mutual encryption authentication. It covers core technical principles (TLS/mTLS mechanisms), certificate generation (root CA/server/client workflows), Nginx configuration (Stream module, SSL parameter optimization), and function verification (valid/invalid connection testing) with practical commands. It helps DevOps engineers and developers quickly…

23 Views 0 Comments
Tutorial Resources In the last two days
Practical Guide to Dynamic IP Blocking in Nginx

Cybersecurity Practical Guide to Dynamic IP Blocking in Nginx

Blocking IPs dynamically in Nginx can effectively protect websites or applications from malicious requests, crawlers, or DDoS attacks. Compared to the traditional static method of modifying the configuration file and reloading Nginx, dynamic IP blocking can automatically identify and block malicious IPs in real-time, greatly enhancing security and operational efficiency. This article will elaborate on…

40 Views 0 Comments
Cybersecurity 4 days ago
Nginx Defends HTTP Host Header Attacks Vulnerability: Practical Configuration Guide

Cybersecurity Nginx Defends HTTP Host Header Attacks Vulnerability: Practical Configuration Guide

As a web developer, have you ever overlooked the Host header in HTTP requests? This seemingly ordinary field, once exploited by attackers, can lead to serious security issues such as password reset hijacking, cache poisoning, and even Server-Side Request Forgery (SSRF). This article will start from the vulnerability principle and share 3 battle-tested Nginx defense…

44 Views 0 Comments
Cybersecurity 5 days ago
About us

About Us | Contact Us | Privacy Policy | Terms of Use