Introduction to Nginx web Foundation

Catalog Introduction to Nginx web Foundation How to upgrade nginx or add functionality Managing nginx with system D nginx-related configuration files nginx configuration file details Log format game Logging Actual Warfare Log Cutting Handwritten Virtual Host ...

Added by Nate on Thu, 15 Aug 2019 10:43:47 +0300

CentOS 7+python 3+django+nginx+uwsgi deployment

Now I want to deploy django on a centos7 to learn the django framework. I find that most of the data of django are Python 3, and python 2 is gradually transitioning to Python 3. After searching a lot of data, I have successfully built an environm ...

Added by terandle on Wed, 14 Aug 2019 10:07:48 +0300

Dockerfile you must know

This article has been added to the Index of.NET Core on K8S Learning Practice Series Articles , you can click to see more articles related to container technology. 1. About Dockerfile The most common way to create mirrors in a Docker is to use a Dockerfile.Dockerfile is a description file of a Docker image, which we can understand as A, B, C, D ...

Added by nc_brox on Tue, 13 Aug 2019 05:32:25 +0300

Real-time synchronous sersync combat

Catalog Real-time synchronous sersync combat What is real-time synchronization Comparison of sersync and rsync+inotify sersync Project in Practice backup for rsync installation NFS Service End Deployment sersync Real-time synchronous sersync combat What is real-time syn ...

Added by davidforbes on Fri, 09 Aug 2019 13:10:02 +0300

Dual-master Keepalive and lvs realize automatic monitoring of host status and real-time switching

Environmental Science: 202.106.0.17: as Client 202.106.0.27: as router 192.168.205.37: as lvs1 192.168.205.47: as lvs2 192.168.205.57: as websrv1 192.168.205.67: as websrv2 192.168.205.77: as websrv3 192.168.205.87: as websrv4 Note: Firealld is disabled by default for all operating systems, IPtable is empty, selinux is closed Edition: O ...

Added by tharagleb on Wed, 07 Aug 2019 13:19:36 +0300

Use Varnish to speed up your site

(1). Overview of Varnish Varnish is a high performance open source HTTP accelerator that can effectively reduce the load on the web server and increase access speed.According to the official statement, Varnish is a cache-type HTTP reverse proxy. Poul-Henning Kamp, author of Varnish, is one of FreeBSD's core developers and believes that comput ...

Added by Jezz on Sun, 04 Aug 2019 19:42:02 +0300

Docker's Mirror and Container

I. What is docker? The Docker container is a Docker process + image file (the Docker image contains the running environment and configuration) Official Definition: Docker is a platform designed for developers and system administrators to build, distribute and run distributed applications, using Docker container as the basic unit of resource ...

Added by Aravinthan on Fri, 02 Aug 2019 09:42:30 +0300

Redis 1 Master 2 Slave 3 sentinel Construction

Redis Master-slave + sentinel installation Pre-installation preparation 1. Machine preparation 5 sets 1 master node, 1 slave node The other three install one sentinel 2. Installation package preparation, version 3.2.9 3. Installation environment Check by command gcc-v that the following comma ...

Added by Silver_Eclipse on Fri, 02 Aug 2019 05:26:11 +0300

istio use tutorials

Off-line installation packages for various versions of kubernetes install Install k8s Strong Interruption Advertisement Three-step installation, not much to say helm installation is recommended for production environments. <!--more--> release address As I used version 2.9.1 yum install -y socat # This does not pretend to be wrong. ...

Added by strangesoul on Wed, 31 Jul 2019 21:55:21 +0300

kong cluster deployment

kong cluster deployment Attached official cluster reference documenthttps://docs.konghq.com/1.2.x/clustering/ (1) Installing kong on multiple servers Prepare the server environment for centos7, the first server for centos6, install kong, and execute the following code: $ sudo yum update -y $ sudo y ...

Added by JeDi58 on Thu, 25 Jul 2019 13:04:02 +0300