nginx

Comment installer Nginx sur CentOS 8 — step-by-step Linux tutorial on Progressive Robot

Comment installer Nginx sur CentOS 8

Nginx est l’un des serveurs web les plus populaires au monde ; il est en charge de l’hébergement de certains des sites les plus importants et les plus fréquentés sur Internet. Il est plus respectueux des ressources qu’Apache dans la…

Read more
[Краткое руководство] по установке Nginx в Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

[Краткое руководство] по установке Nginx в Ubuntu 18.04

Nginx — один из самых популярных в мире веб-серверов, на базе которого размещены некоторые из самых крупных сайтов интернета с огромным трафиком. Обычно он использует ресурсы эффективнее, чем Apache, и может использоваться как веб-сервер или обратный прокси-сервер. В этом…

Read more
How To Install WordPress with LEMP on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Install WordPress with LEMP on Ubuntu 18.04

WordPress is the most popular CMS (content management system) on the internet. It allows you to easily set up flexible blogs and websites on top of a MySQL backend with PHP processing. WordPress has seen incredible adoption and is a great choice for getting a website up and…

Read more
How To Move an Nginx Web Root to a New Location on Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

How To Move an Nginx Web Root to a New Location on Ubuntu 22.04

On Ubuntu, by default, the Nginx web server stores its documents in `/var/www/html`, which is typically located on the root filesystem with the rest of the operating system. Sometimes, though, it’s helpful to move the document root to another location, such as a separate mounted filesystem.

Read more
How To Secure Nginx with Let's Encrypt on Debian 8 — step-by-step Linux tutorial on Progressive Robot

How To Secure Nginx with Let’s Encrypt on Debian 8

Let’s Encrypt is a new Certificate Authority (CA) that provides an easy way to obtain and install free TLS/SSL certificates, thereby enabling encrypted HTTPS on web servers. It simplifies the process by providing a software client, certbot (previously called letsencrypt),…

Read more
CHAT