Flag project deployment (docker + Flag + uwsgi + nginx)

Author: Gorit Date: 2021/5/14 Blog post published in 2021: 18/50 reference material: Flash backend: Docker+Gunicorn+Nginx deploymentA uwsgi Server available on UnixDetailed explanation of gunicorn configurationFlash + gunicorn + nginx deployment reference 1, Project background Recently, after UTF-8...

Posted by chrisranjana on Sat, 15 May 2021 03:51:02 +0930

Installation and use of FastDFS

Installation and use of FastDFS 1, Introduction to FastDFS 1. FastDFS is an open source distributed file system, which manages files. Its functions include: file storage, file synchronization, file access (file upload, file download), etc., which solves the problems of mass storage and load balUTF-8...

Posted by ashu.khetan on Sun, 16 May 2021 06:29:55 +0930

Detailed explanation of the core principle of load balancing Nginx

Nginx principle Nginx composition Nginx binary executable file: a file compiled from the source code of each module Nginx configuration file: control the behavior of nginx Access.log access log: record every http request information Error.log error log: positioning problem Nginx process structuUTF-8...

Posted by Ilovetopk on Sun, 16 May 2021 07:34:59 +0930

Using variety to speed up websites in CentOS

1. Overview of variety 2 install varnish 3. The principle of variable cache 4 actual combat: cache a website 5 actual combat: cache multiple websites with variable 1. Overview of variety Varnish is a high-performance open-source HTTP accelerator, Verdens Gang, Norway's largest online newspaper(UTF-8...

Posted by dgs on Sun, 16 May 2021 08:04:35 +0930

Construction of nginx environment

1, The role of Nginx in architecture 1. Gateway General entrance for customers 2. Virtual host Provide services for different domain names / ip / ports 3. Routing Use reverse proxy to integrate back services into a complete business 4. Static server mvvm mode, used to publish html/css/js/img 5.UTF-8...

Posted by daeken on Mon, 17 May 2021 03:59:21 +0930

Using shell script of Linux system to build LNMP platform easily

interpretation Tip: understand the composition of LNMP architecture 50: Represents a L inux system N: Represents the Nginx service M: Represents a Mysql database P: Represents programming languages such as PHP, python, perl, etc working principle Tip: to achieve what effect, the general processUTF-8...

Posted by steviez on Mon, 17 May 2021 04:04:09 +0930

Nginx configuring HTTP (security authentication)

Nginx configuring HTTP (security authentication) 1. The difference between Http and Http HTTP: is the most widely used network protocol on the Internet, is a client and server request and response standard (TCP), used to transfer hypertext from the WWW server to the local browser transmission pUTF-8...

Posted by haironfire on Mon, 24 May 2021 03:54:26 +0930

nginx reverse proxy + load balancing

1, Scenarios for reverse proxy usage Reverse proxy is server oriented. Usually, if a client wants to access a web server, it needs to know the real ip address of the web server. But for a company, it needs multiple public ip addresses, and the real ip address of the web is exposed on the InterUTF-8...

Posted by storyboo on Wed, 26 May 2021 08:14:58 +0930

How to install multi virtual host WEB application (blog and forum) based on FASTCGI mode LAMP architecture

Our goal Implement the LAMP architecture of wordpress and discuz based on fastcgi mode in CentOS 7 The architecture looks like the following figure: Set before experiment Configure in Windows: C: windows, system32, drivers, etc 10.0.0.7 blog.magedu.org forum.magedu.org Confirm that you can pingUTF-8...

Posted by Unforgiven on Sun, 30 May 2021 06:05:25 +0930

Nginx Variables & TLS/SSL configuration

An overview of Nginx variables The string beginning with $in NGINX is the variable object Variable form Built in variablesSet custom variableKeyval variable Common usesConditional agencyCondition logHTTP header mappingCollect and collect statisticsSelective authenticationDynamic blacklistA/B tUTF-8...

Posted by php_guy on Mon, 31 May 2021 03:40:46 +0930