nginx

How to Use Ansible to Install and Set Up LEMP on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How to Use Ansible to Install and Set Up LEMP on Ubuntu 18.04

This guide explains how to use Ansible to automate the steps contained in our guide on How To Install Linux, Nginx, MySQL and PHP (LEMP) on Ubuntu 18.04. The LEMP software stack is a group of software that can be used to serve dynamic web pages and web applications. This is an acronym that describes a Linux operating system, with an Nginx (pronounced like “Engine-X”) web server. The backend data is stored in the MySQL database and the dynamic processing is handled by PHP.

Read more
An Introduction to Proxies — step-by-step Web Servers tutorial on Progressive Robot

An Introduction to Proxies

A proxy, also called a proxy server, is a server software that sits as an intermediary between a client and server on the internet. Proxies provides benefits in the form of increased performance, privacy, security, and more. As an additional pass-through layer, a proxy acts as a gatekeeper of the internet between clients and servers.

Read more
So installieren Sie Nginx auf Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

So installieren Sie Nginx auf Ubuntu 18.04

Nginx ist einer der beliebtesten Webserver der Welt und verantwortlich für das Hosting einiger der größten und verkehrsreichsten Webseiten im Internet. Er ist in den meisten Fällen ressourcenfreundlicher als Apache und kann als Webserver oder Umkehrproxy eingesetzt werden. In…

Read more
Comment installer Nginx sur Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Comment installer Nginx sur Ubuntu 18.04

Nginx est l’un des serveurs web les plus populaires au monde et se 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 plupart des cas, et peut être utilisé comme serveur web ou proxy inverse. Dans ce guide, nous allons voir comment installer Nginx sur votre serveur Ubuntu 18.04.

Read more
Cómo instalar Nginx en Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Cómo instalar Nginx en Ubuntu 18.04

Nginx es uno de los servidores web más populares del mundo y es responsable de alojar algunos de los sitios más grandes y con mayor tráfico de Internet. En la mayoría de los casos, tiene más recursos que Apache y se puede usar como un servidor web o como un proxy…

Read more
How To Add ngx_pagespeed Module to Nginx in Debian Wheezy — step-by-step Linux tutorial on Progressive Robot

How To Add ngx_pagespeed Module to Nginx in Debian Wheezy

In this tutorial, you are going to add ngx_pagespeed module to nginx by building it from Debian wheezy backport source, because Debian backports repository has a more recent nginx version than the stable repository, which is at the time of writing this tutorial version 1.4.4.

Read more
CHAT