Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

🖥️ Web Servers & HTTP Gateways

Learn how to configure, secure, and monitor web server systems to deploy your web applications and API gateways.


📖 Key Topics

  1. Server Architecture: Event-driven (Nginx, Node.js) vs Process-driven (Apache).
  2. Reverse Proxies & Load Balancing:
    • Forwarding client requests to backend services.
    • Distributing incoming network traffic across multiple servers.
  3. Security (SSL/TLS):
    • Installing Let's Encrypt certificates, forcing HTTPS redirects, and securing cypher suites.
  4. Configuration Directives:
    • Virtual hosts (server blocks), redirects, header additions, CORS configs, and rate limiting.