• Create new account
  • Reset your password
Home
IT NOTES

Main navigation

  • Home

Nginx

Breadcrumb

  • Home

Mitigating DDoS Attacks on Web Services Using NGINX and Fail2Ban

By lee | 3:44 PM UTC, Sun January 05, 2025
Table of Contents

Nginx and Fail2ban are complementary tools for mitigating DDoS attacks. Nginx rate limiting provides real-time protection by controlling the number of requests allowed from each client within a specific timeframe. Fail2ban enhances this by analyzing Nginx logs to identify and block client IP that is sending excessive number of requests, further strengthening the server's defenses against DDoS attacks. 

Nginx
Fail2ban
DDoS
  • Read more about Mitigating DDoS Attacks on Web Services Using NGINX and Fail2Ban
  • Log in or register to post comments

Install and setup Fail2ban to protect Drupal with Nginx on Debian 12

By lee | 7:35 PM UTC, Sun December 29, 2024
Table of Contents

Fail2Ban can be easily installed and configured on Debian 12 to enhance your system security. This article provides a concise guide with ready-to-use commands help you get started with configuring Fail2Ban, managing Nginx logs, banning bad IPs to protect your Drupal site. 

Fail2ban
Debian
Drupal
Nginx
  • Read more about Install and setup Fail2ban to protect Drupal with Nginx on Debian 12
  • Log in or register to post comments

How To Enable Both Brotli and Gzip Compression for Nginx on Debain 12

By lee | 9:49 AM UTC, Wed December 25, 2024
Table of Contents

Brotli and Gzip are compression algorithms designed to reduce the size of data transferred over the internet, which is crucial for improving website speed and performance. Implementing these algorithms can enhance user experience and positively impact your site's SEO.
This article provides a concise guide with ready-to-use commands for enabling both GZIP and Brotli compression for Nginx on Debian 12.

Brotli
GZIP
Nginx
Debian
  • Read more about How To Enable Both Brotli and Gzip Compression for Nginx on Debain 12
  • Log in or register to post comments

Installing Drupal 11 with Nginx on Debian 12

By lee | 10:31 AM UTC, Sat December 21, 2024
Table of Contents

This note will give you a detailed overview of the process of installing the latest Drupal 11 with the LNMP stack on the Debian 12 OS.

Step 1. Update the System

sudo apt update
sudo apt upgrade 

Step 2. Install PHP8.3

As the latest PHP8.3 release was not contained in the default Debian repository so far, we will add a PPA repository to install the  needed dependencies.

Debian
Nginx
PHP 8.3
Drupal
  • Read more about Installing Drupal 11 with Nginx on Debian 12
  • Log in or register to post comments
Subscribe to Nginx

Footer menu

  • Privacy Policy
  • About Us
  • Contact Us

Copyright © 2025 IT NOTES