nginx

How To Sync Calendars and Contacts Using CardDAV and CalDAV Standards with Baïkal on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Sync Calendars and Contacts Using CardDAV and CalDAV Standards with Baïkal on Ubuntu 14.04

The CalDAV and CardDAV standards provide an easy way to keep all our smart things up-to-date with what we are doing, as well as how to get hold of our friends and other contacts. In this tutorial, we’ll show you how to sync calendars and contacts from a server you control, using a super simple installation of [Baïkal](http://baikal-server.com), a PHP CalDAV and CardDAV server.

Read more
How to Use Nginx's map Module on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How to Use Nginx’s map Module on Ubuntu 16.04

When configuring a server for a website, there are some common conditional actions you may need to implement. For example, maybe some files should be cached by the user’s browser for longer than others, or some parts of the website should only be allowed via a secure…

Read more
NGINX as Reverse Proxy for Node or Angular application — step-by-step Linux tutorial on Progressive Robot

NGINX as Reverse Proxy for Node or Angular application

URL: https://www.progressiverobot.com/nginx-reverse-proxy-node-angular/ A reverse proxy is a server that retrieves resources for clients from one or more upstream servers. It typically places itself behind a firewall in a private network and forwards clients request to these upstream servers. A reverse proxy greatly improves security, performance, and reliability of any web application. Many modern web applications […]

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
How To Add the log Module to Nginx on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Add the log Module to Nginx on CentOS 7

In this guide, we will look at how to utilize Nginx’s logging module. We’ll set up separate log files for different server blocks and then customize the logging output. We’ll also add additional information about requests (in this tutorial’s example, the time it takes to serve a request) to the access log beyond what Nginx includes by default.

Read more
CHAT