nginx

Cómo instalar WordPress con LEMP en Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Cómo instalar WordPress con LEMP en Ubuntu 18.04

WordPress es el sistema de gestión de contenido (CMS) más popular de Internet. Le permite configurar de forma sencilla blogs y sitios web flexibles sobre un backend de MySQL con procesamiento PHP. WordPress ha recibido una increíble acogida y es una excelente opción para dejar…

Read more
Deploying a Rails App on Ubuntu 14.04 with Capistrano, Nginx, and Puma — step-by-step Linux tutorial on Progressive Robot

Deploying a Rails App on Ubuntu 14.04 with Capistrano, Nginx, and Puma

In this tutorial we’ll install Ruby and Nginx on a the cloud provider Ubuntu Droplet and configure Puma and Capistrano in our web app. Nginx will be used to capture client requests and pass them over to the Puma web server running Rails. We’ll use Capistrano to automate common deployment tasks, so every time we have to deploy a new version of our Rails app to the server, we can do that with a few simple commands.

Read more
How To Install Elasticsearch, Logstash, and Kibana (ELK Stack) on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Install Elasticsearch, Logstash, and Kibana (ELK Stack) on CentOS 7

In this tutorial, we will go over the installation of the Elasticsearch ELK Stack on CentOS 7—that is, Elasticsearch 2.1.x, Logstash 2.1.x, and Kibana 4.3.x. We will also show you how to configure it to gather and visualize the syslogs of your systems in a centralized location, using Filebeat 1.0.x. Logstash is an open source tool for collecting, parsing, and storing logs for future use. Kibana 4 is a web interface that can be used to search and view the logs that Logstash has indexed.

Read more
How To Host a Website with Caddy on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Host a Website with Caddy on Ubuntu 16.04

[Caddy](https://caddyserver.com/) is a web server that was created with ease of use in mind. It’s become a common choice for developers who want to quickly run a website without working out difficult configuration files. In this tutorial, you will build and install Caddy from source, configure it using a `Caddyfile`, install Caddy plugins, and learn how to update your installation of Caddy when a new version is released.

Read more
Nginx Server- und Standortblockauswahlalgorithmen verstehen — step-by-step Web Servers tutorial on Progressive Robot

Nginx Server- und Standortblockauswahlalgorithmen verstehen

Nginx ist einer der beliebtesten Webserver der Welt. In diesem Leitfaden werden wir erläutern, wie Nginx den Server und den Speicherblock auswählt, der die Abfrage eines bestimmten Clients verarbeitet. Wir werden den vorhandenen Algorithmus sowie die Anweisungen und Optionen behandeln, die Sie zur Änderung des Auswahlprozesses verwenden können.

Read more
CHAT