Nginx HTTP Server

Nginx is an asynchronous web server that can also be used as a reverse proxy, load balancer, and HTTP cache.

Some common errors and solutions on Nextcloud

Official channels (English): The Nextcloud Forums Nextcloud official forum, there is a FAQ page in the forum, which lists some common errors. Bug Report If you think you have found a Nextcloud bug, you can: Find a solution from the communication channel Check your configuration again If the problem cannot be solved, you can use the bugtracker. You can use oc…

Docker Introduction: Understand the three core features of Docker

The past and present of Docker The core concept of Docker is to build, ship, and run any app, anywhere, that is, package once and run everywhere. In the past, when we configured an application running environment on the server, we had to install various components. For example, for the JavaWeb environment, we had to install Tomcat, MySQL, etc. I won’t talk about how troublesome it is to install and configure these things...

Detailed steps and website configuration for installing Nginx1.17.8 on CentOS7

If you have not configured the initial environment of the centos system, you need to manually install the packages required by Nginx. Some modules of nginx rely on some lib libraries, so before installing nginx, you must first install these lib libraries: including PCRE regular expressions, secure socket layer password libraries, and some common software packages, etc.