Tarhche

Latest

Most viewed

  • X
    ###
    ###
    ###
  • X
    ###
    ###
    ###
  • X
    ###
    ###
    ###
Contact usOpen source
Tarhche | A fresh design

#nginx

Traffic Management | Nginx from Scratch
Traffic Management | Nginx from Scratch

In this part, we learn how nginx can be used to control and manage traffic.

user avatar

Mahdi.Kh

September 21, 2026

Setting a Password on a Path | Nginx from Scratch
Setting a Password on a Path | Nginx from Scratch

Sometimes we need to restrict access to certain paths using a password. In this part, we learn how to create this password and use it.

user avatar

Mahdi.Kh

September 21, 2026

Blocking and Whitelisting IPs | Nginx from Scratch
Blocking and Whitelisting IPs | Nginx from Scratch

We learn how to block a specific IP, or block or whitelist the IPs we want, so that the web service can only be accessed from certain IPs.

user avatar

Mahdi.Kh

September 21, 2026

Redirect and Rewrite | Nginx from Scratch
Redirect and Rewrite | Nginx from Scratch

The rewrite and redirect directives are typically used to build more meaningful URLs, or to send users to new addresses.

user avatar

Mahdi.Kh

September 21, 2026

Location Modifiers | Nginx from Scratch
Location Modifiers | Nginx from Scratch

We get familiar with location modifiers and look at how to use them.

user avatar

Mahdi.Kh

September 21, 2026

Load Balancing | Nginx from Scratch
Load Balancing | Nginx from Scratch

We get familiar with load balancing and learn how to use Nginx as a load balancer.

user avatar

Mahdi.Kh

September 21, 2026

Caching | Nginx from Scratch
Caching | Nginx from Scratch

Caching means certain requests no longer need to be processed again. In that case, the response stored in the cache is served directly to the user.

user avatar

Mahdi.Kh

September 21, 2026

Compressing Responses | Nginx from Scratch
Compressing Responses | Nginx from Scratch

By compressing responses, the amount of data sent is reduced, and transferring it over the network happens faster.

user avatar

Mahdi.Kh

September 21, 2026

A Web Server for Static Files | Nginx from Scratch
A Web Server for Static Files | Nginx from Scratch

We build a web server for static files, get familiar with nginx's important files, and go over some basic directives.

user avatar

Mahdi.Kh

September 20, 2026

Architecture and Initial Setup | Nginx from Scratch
Architecture and Initial Setup | Nginx from Scratch

We get familiar with Nginx's internal architecture and look at its initial configuration.

user avatar

Mahdi.Kh

September 19, 2026

12