Nginx feature validation - reverse proxy / load balancing / page caching / URL redirection
The original article was published in cu: 2016-08-25
Reference documents:
Nginx reverse proxy, load balancing, page caching, URL rewriting, etc. http://freeloda.blog.51cto.com/2033581/1288553
Nginx reverse proxy/load balancing simple configuration: http://www.cnblogs.com/jacktang/p/3669115.html
Nginx reverse proxy, back-end web how to get re ...
Added by franklyn on Fri, 24 May 2019 01:57:43 +0300
Batch installation of mysql in ansible-playbook
brief introduction
_install mysql-5.6.22 through ansible-playbook batch compilation and initialization, then we only need to start the database to build the database.
ansible-playbook configuration idea:
1. Configure variables through main.yml in vars, mainly source code storage directory and installation directory.
2. Transfer source file ...
Added by rockroka on Wed, 22 May 2019 03:07:02 +0300
Using docker-compose to build ELK5.0
1. Building the Environment
172.19.2.51: elasticsearch+kibana+logstash+kopf
172.19.2.50: elasticsearch+nginx+filebeat
172.19.2.49: elasticsearch
The access log of nginx is the content we want to collect, which is transmitted by filebeat, so neither nginx nor filebeat runs in docker.
All other components run in docker, version 5
II. 172.19.2.51 ...
Added by eddiegster on Sun, 19 May 2019 06:10:20 +0300
Building IKEv2 VPN on strongswan in Aliyun CentOS 7
1. Install Strngswan
yum install strongswan
systemctl enable strongswan
systemctl start strongswan
2. Creating Certificates
strongswan pki --gen --outform pem > ca.key.pem
strongswan pki --self --in ca.key.pem --dn "C=CN, O=iSoft, CN=iSoft wendell CA" --ca --lifetime 3650 --outform pem > ca.cert.pem
strong ...
Added by Miri4413 on Fri, 17 May 2019 00:50:07 +0300
Building Picture Server
Installing and configuring FastDFS
1. Operating environment and related software
CentOS 7.4 64position
FastDFS_v5.08.tar.gz
nginx-1.8.1.tar.gz
fastdfs-nginx-module_v1.16.tar.gz
libfastcommon
2. Server Planning
Server name
IP Address and Port
Remarks
fastdfs-tracker
172.17.156.5:22122
Tracking Server/Scheduling Server ...
Added by chucklarge on Wed, 15 May 2019 00:19:52 +0300
Basic Operation of Linux (4) - File Permission
I. The Significance of the Existence of Document Authority
One of the lowest security settings in the system is to ensure that files can be manipulated by available users.
2. Reading of File Permissions
ls -l file
ls -l dir
ll file
##(ll = ls -l)
ll -d dir
3. Reading of File Permissions
- | rw-rw-r-- | 1 | kiosk ...
Added by ryans18 on Tue, 14 May 2019 20:00:48 +0300
Chapter 1 - MySQL - Introduction and Installation - Ultra-detailed
MySQL - Chapter 1 - Introduction and Installation
4. Enterprise Selection of MySQL Version
4.1 specification
GA Version: Stable Release Version
Version 4.2 Type
E: Enterprise Edition, Charge Edition, SR (Service), Traditional Industry
C: Community Edition, Open Source, Internet Enterprise Choice
4.3 Enterprise Version Selection
Generally new ...
Added by ERuiz on Tue, 14 May 2019 19:13:13 +0300
Linux_Enterprise DNS Configuration
Authoritative Name Server
Store and provide the actual data of an area (whole DNS domain or part of DNS domain).
The types of authoritative name servers include:
Master: Contains raw area data. Sometimes referred to as the "main" name server
Slave: Backup server that transfers area data from Master server through ...
Added by djs1 on Tue, 14 May 2019 18:54:42 +0300
Hadoop Installation and Configuration in Ubuntu
Tencent Yun ubuntu 16.04.1 LTS 64 bits
Linux operation
Modify the password of root
sudo passwd root
Log off users
logout
Close the firewall
ufw disable
Uninstall iptables components
apt-get remove iptables
Download vim components (for text editing)
apt-get install vim
Word change
sudo dpkg-reconfigure console-setu ...
Added by EXiT on Tue, 14 May 2019 16:44:32 +0300
Primary management of selinux on Linux
What is selinux
selinux, kernel-level enhanced firewall
(File impact, security context) Label files and services, program labels and file labels are inconsistent (you can't see the file)
(Impact on Services) Remove unsafe functionality from services, restrict program functionality, and restrict (can't be removed) on the kernel ...
Added by jacinthe on Tue, 14 May 2019 13:22:51 +0300