Details of deployment of Django, uwsgi, MySQL and nginx for Ubuntu 20.04 server

** I would like to dedicate this article to those friends like me who are confused about linux system servers! Don't be afraid, be bold and patient. If you can't, reset the server and start from scratch ** *Huawei has tried to use the cloud image server yum for 8 months. As a result, Huawei has not been able to use the cloud image for the mos ...

Posted by matthewc on Sat, 26 Feb 2022 15:05:59 +0100

Using Nginx+rtmp module to build streaming media video on demand service in Ubuntu

Introduction: in this article, we will explain how to build an on-demand service through nginx + rtmp module. For image download, domain name resolution and time synchronization, please click Alibaba open source mirror station Author: Tang Qingsong 1, Operating environment In order to deploy this service to the production environment in th ...

Posted by ryanyoungsma on Thu, 24 Feb 2022 15:09:23 +0100

Deploy multiple Web applications on one server through Nginx

Deploy multiple Web applications on one server through Nginx Through the reverse proxy of nginx, you can listen to the two default ports 80(http) and 443(https), and then map the two port requests to the actual running port of the project. First of all, it is explained here that multiple items of reverse proxy can be distinguished through the ...

Posted by TomatoLover on Sat, 19 Feb 2022 14:55:52 +0100

Detailed explanation of smooth upgrade of nginx

1. Why upgrade nginx smoothly As nginx becomes more and more popular, and the advantages of nginx become more and more obvious, the version iteration of nginx also comes to the acceleration mode. Version 1.9.0 of nginx updates many new functions, such as the four-tier agent function of stream. With the wide application of nginx, the version up ...

Posted by jboy6t9 on Fri, 18 Feb 2022 02:06:49 +0100

Nginx Learning Notes: Nginx Reverse Proxy

In the previous section, we introduced reverse proxy, and we know that Reverse Proxy means that a proxy server accepts a connection request on the internet, forwards the request to the server on the internal network, and returns the result from the server to the client requesting a connection on the internet. The proxy server is now externally ...

Posted by Gast on Fri, 18 Feb 2022 00:11:34 +0100

Network access of docker

  catalogue 1. Configure IP 2. Start service 3. Service maintenance In the previous initial experience of docker, I have tried to use it Port mapping access nginx , one network card can be configured with multiple IP addresses. Use ifconfig to configure IP addresses. Be sure to note that the IP addresses here cannot conflict. You can use ...

Posted by sankaty on Thu, 17 Feb 2022 23:28:01 +0100

node+express writes the back-end interface, deploys it to the server, and configures nginx+ssl certificate to realize https access

Zero. Preparation before start Windows should be equipped with node, npm and git toolsServer (either Alibaba cloud or Tencent cloud)Domain name (filed) If the above preparations are not ready, please check the Internet by yourself 1, Write the back-end interface locally using node+express Introduction and introduction to express 1. Create ...

Posted by Darklink on Thu, 17 Feb 2022 18:35:59 +0100

Under the Uubuntu environment, the http service is set up in the super detailed Nginx, and specific folders are accessed and downloaded

catalogue Nginx installation 1, Install compilation tools and library files 2, First install PCRE Install Nginx Nginx configuration Start NginxNginx Access sites and specific folders Nginx other commands Nginx installation System platform: Ubuntu 18 04 (operation of other system platforms is similar) Important: in the following inst ...

Posted by Jak-S on Thu, 17 Feb 2022 12:27:57 +0100

Distributed storage fastDFS cluster + nginx backend configuration

1, FastDFS components and other nouns 1,tracker server Tracking server: used to schedule requests from clients. And record the information status of all storage groups and storage servers in memory. 2,storage server Storage server: used to store files (data) and file attributes (metadata) 3,client Client: the initiator of the service re ...

Posted by nitram on Wed, 16 Feb 2022 13:17:25 +0100

(Docker Nginx) Spring boot+Vue front and rear end separate deployment detailed full version

Brief description: Spring boot+Vue is deployed in the front and rear end of the project separately, mainly in the form of docker container deployment. Spring boot project deployment: build mysql environment with docker + build project environment with docker. Vue project: use docker to start nginx server proxy deployment. 1.SpringBoot projec ...

Posted by madavies on Tue, 15 Feb 2022 10:38:38 +0100