JumpServer Environment Deployment Component Installation

Introduction to Jumpserver Jumpserver Core Features List Jumpserver Environment Requirements Jumpserver Deployment Install redis Install Mariadb Modify Jumpserver configuration file Start Jumpserver Test Access Jumpserver Plugin Installation Koko Component Deployment Luna component deployment Guacamole Component Deployment Configure Nginx ...

Posted by kristalys on Tue, 03 Sep 2019 10:18:41 -0700

Ingress Controllers Deployment for Kubernetes addons

Ingress An API object, typically HTTP, that manages external access to services in a cluster. Ingress provides load balancing, SSL termination, and name-based virtual hosts. What is Ingress Ingress, Kubernetes v1.1 started to increase, exposing cl ...

Posted by wacook on Mon, 02 Sep 2019 19:29:29 -0700

Nginx Common Questions

1. Nginx multi-Server priority When starting to process an http request, nginx takes out the Host variable in the header header and matches each server_name in nginx.conf to determine which server will handle the request. However, how nginx configures multiple identical server_names can lead to priority access conflicts in server_name. 1.1 Prep ...

Posted by tobykw13 on Mon, 02 Sep 2019 06:57:33 -0700

nginx knowledge the front end must know

The way forward for front-end developers has to learn nginx. This article deals with nginx command Configuration file, configuration explanation variable Journal Cross-domain Proxy Request location Interception Details gzip Anti-theft chain Reverse Proxy, Forward Proxy load balancing cache rewrite command Nginx-T View the current nginx final ...

Posted by gmwebs on Sat, 31 Aug 2019 10:14:42 -0700

How to use Skywalking Agent?

How to use Skywalking Agent? If you don't know what Skywalking agent is, Please click here to see Probe perhaps Here's a quick look at agent Since most of my services are JAVA services, here are three ways to choose from using agent in Java Three ways: Using the Officially Provided Basic Mirror Building agent packages into existing base images ...

Posted by tpstudent on Thu, 29 Aug 2019 21:19:07 -0700

Summary of Nginx usage

Summary of the Use of Nginx (IV) rewrite configuration The rewrite configuration of nginx is the core part of nginx configuration. rewrite can implement domain name jump (redirection), URL rewrite (pseudo-static), dynamic and static separation ...

Posted by rubric on Tue, 27 Aug 2019 18:10:45 -0700

centos7 server deploys django project.

Tools used, xftp (file transfer), xshell (remote connection) The port opened by the aliyun server firewall. 80,22 (ssh), 3306 (mysql), 8000,9090 Deployment projects: 1. Install nginx 1>http://nginx.org/en/download.html 2 > Download: wget http://nginx.org/download/nginx-1.17.0.tar.gz 3 > decompression package tar xf nginx-1.17.0 ...

Posted by edawson003 on Mon, 26 Aug 2019 22:48:25 -0700

Concurrent optimization of nginx single machine for 1w

Concurrent optimization of nginx single machine for 1wCatalogab toolIntegral Optimizing ThoughtSpecific optimization ideasWrite scripts to optimize concurrent configurationPerformance statistics toolstipssummary ab toolab -c 10000 -n 200000 http://localhost/index.html [root@study02 ~]# ab -c 10000 -n 100000 http://192.168.0.217/index.htmlThis i ...

Posted by rachae1 on Sat, 24 Aug 2019 02:40:41 -0700

Nginx+Zuul Cluster Implements Highly Available Gateway

Code reference: https://github.com/HCJ-shadow/Zuul-Gateway-Cluster-Nginx Routing Forwarding in Zuul preparation in advance Build Eureka Service Registration Center Service Provider msc-provider-5001 [Provide a hello request for testing] Create gateway-7001 pom dependency <dependency> <groupId>org.springframework.cloud&l ...

Posted by dhvani on Fri, 23 Aug 2019 13:44:40 -0700

HAProxy Scheduling Algorithm

Article Directory HAProxy Scheduling Algorithm 1. Static algorithms 1. static-rr 2. first 2. Dynamic algorithms: 1. roundrobin 2. leastconn 3. Hybrid algorithm 1. source 2. uri 3. url_param: 4. hdr 5. rdp-cookie 6. random Difference between ...

Posted by hbalagh on Thu, 22 Aug 2019 18:19:26 -0700