Getting started with Nginx (not involving installation)

Getting started with Nginx (not involving installation) Installation, please see: not written yet 1. What is nginx Lightweight web server software ps: don't worry about a bunch of messy prefixes. Don't worry about a bunch of extensions that can't be used now and may not be used in the future. WUTF-8...

Posted by wmhop on Mon, 20 Sep 2021 11:15:21 +0530

ELK+filebeat+redis to monitor nginx logs

1. Environmental preparation Background Introduction: Operations and maintenance personnel need precise control of the system and business logs to facilitate analysis of the system and business status. Logs are distributed on different servers. Traditional methods of logging on to each server UTF-8...

Posted by netxfly on Tue, 21 Sep 2021 00:06:36 +0530

Debian10 creates network disk and PT

There is a large hard disk independent machine, which uses the reverse agents of NextCloud, Transmission, Plex and NGINX to toss PT and network disk. Turn on BBR Modify system variables echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctUTF-8...

Posted by chrisprse on Fri, 24 Sep 2021 15:04:28 +0530

##Initialization process of nginx main

The downloaded code version is nginx-1.18.0 Start with the main function call order of nginx-1.18.0/src/core/nginx.c ngx_debug_init ngx_debug_init(); if (ngx_strerror_init() != NGX_OK) { return 1; } if (ngx_get_options(argc, argv) != NGX_OK) { return 1; } ngx_debug_init is used to initialize deUTF-8...

Posted by denoteone on Sun, 26 Sep 2021 15:32:20 +0530

Jitsi's public network deployment and SSL certificate manual installation

The following installation procedures use ordinary user identity 1. Uninstall reinstall sudo apt purge jigasi jitsi-meet jitsi-meet-web-config jitsi-meet-prosody jitsi-meet-turnserver jitsi-meet-web jicofo jitsi-videobridge2 2. Set server domain name Buy a domain name in Tencent cloud and resolUTF-8...

Posted by LarryK on Mon, 27 Sep 2021 14:53:24 +0530

dubbo load balancing

Dubbo's load balancing. During cluster load balancing, Dubbo provides a variety of balancing strategies. random call is the default. Introduction to load balancing: Load Balance refers to balancing and allocating loads (work tasks and access requests) to multiple operating units (servers and coUTF-8...

Posted by amy_ewe on Mon, 04 Oct 2021 08:35:43 +0530

Spring Cloud - service Gateway

1, What is a service gateway Service gateway is also called API gateway. The so-called API gateway is only the unified entrance of the system. It encapsulates the internal structure of the application and provides unified services for the client. Some public logic independent of the business fUTF-8...

Posted by freenity on Thu, 07 Oct 2021 03:24:57 +0530

Nginx Web Services

catalogue introduction 1, Basic services 1. Nginx benefits 2. Introduction to Nginx.conf (/ usr/local/nginx/conf/nginx.conf) 2, Access control Authorization based access control htpasswd is a tool for directory access authentication Generate user password authentication file, add Nginx service UTF-8...

Posted by Catfish on Thu, 07 Oct 2021 10:06:22 +0530

Enterprise Optimization for Nginx

Introduction In the enterprise information application environment, the security and response speed of the server need to be configured according to the actual situation to achieve the optimal user experience. However, the default Nginx installation parameters can only provide the most basic sUTF-8...

Posted by hometoast on Fri, 08 Oct 2021 21:37:36 +0530

Nginx optimization and anti-theft chain

catalogue 1, Hide version number 2, Cache time 3, Log segmentation 4, Connection timeout 5, Change the number of processes 6, Configure web page compression 7, Anti theft chain 1, Hide version number You can use Fiddler to grab packets and view the Nginx version You can also use the command curUTF-8...

Posted by batterdmooie on Tue, 12 Oct 2021 08:08:55 +0530