Skip to navigation Skip to content
Simon Technology Blog
  • Architecture
  • Cloud
  • Database
  • Develop
  • Hardware
  • Industry
  • Language
  • Mobile
  • Opensource
  • OS
  • Web
Main Navigation

Tag: nginx

Nginx load balancing configuration

1.Set up an experimental environment (using docker to deploy two nginx containers) h2> 1) Use to build the first nginx service
[[email protected]-node4 ~]# docker container run- d –name web01 -p

October 13, 2021By Simo Nginx balance, configuration, load, nginxLeave a Comment

Nginx – client_max_body_size is invalid to SSL configuration

When I set client_max_body_size to 30m; everything works fine without ssl (accepts files up to 30MB). However, when I switch to ssl, it completely ignores this instruction. My configuration i

October 13, 2021By Simo Nginx body, client, configuration, invalid, max, nginx, pair, Size, SSLLeave a Comment

Nginx cache agent

The map tiles on the ArcGIS official website are too slow. Think of the available NIGIX proxy.

Nginx is http proxy software under Linux, and it is also available under Windows.

The foll

October 13, 2021By Simo Nginx Agent, Cache, nginxLeave a Comment

NGINX1.10 compilation installation

Compile and install nginx1.10 (reproduced from: https://blog.csdn.net/goghdian/article/details/80264861)

Install dependent packages
yum install -y gcc-c++ pcre pcre-devel zlib zlib-devel open

October 13, 2021By Simo Nginx compile, installation, nginx, Nginx1.10Leave a Comment

Jetty, Tomcat, Nginx, Geronimo, Glassfish: I am confused

As a person in a new Java EE ecosystem, I am confused to share a large number of keywords with these products. Half of them come from the Apache Software Foundation.

Can someone give me a sho

October 13, 2021By Simo Jetty confusion, Geronimo, Glassfish, jetty, nginx, TomcatLeave a Comment

Nginx Proxy_pass instruction string interpolation

I am running Nginx on Kubernetes.

When I use the following proxy_pass directive, it works as expected:

proxy_pass “http://service-1.default”; But the following does not work:

set

October 13, 2021By Simo Nginx instruction, interpolation, nginx, pass, proxy, stringLeave a Comment

When using variables, rewriting the URI on Nginx does not work

I have this atlas:

map $id $backend_host {
default http://primary -host;
1 http://primary-host;
2 http://secondary-host;
} The following locations:

location / {
set $id 1;
proxy_pa

October 13, 2021By Simo Nginx does not work, nginx, rewriting, time, URI, Using, variableLeave a Comment

Nginx performance optimization

Improve concurrent connectionsAdjust the number of worker processes Improve the affinity of the CPU, bind the CPU to the process, reduce the switching between processes, and avoid uneven use of CPU

October 13, 2021By Simo Nginx nginx, Optimization, performanceLeave a Comment

Super detailed Nginx installation and configuration tutorial

1. Compile and install nginx Download the nginx installation package wget http://nginx.org/download/nginx-1.8.0.tar.gz

You can also choose other versions, official website: http://nginx.org/en/do

October 13, 2021By Simo Nginx configuration, detailed, installation, nginx, super, tutorialLeave a Comment

Nginx instructions are not allowed in the sample nginx.conf of Unicorn

I am using nginx 1.4.1. After copying unicorn’s example of nginx.conf, I found that I must move the settings to a different instruction. I still can’t The following settings are placed in the nginx

October 13, 2021By Simo Nginx CONF, instruction, nginx, UnexfLeave a Comment

Posts navigation

Page 1 … Page 3 Page 4 Page 5 … Page 10
Recent Posts
  • Sencha-Touch-2 – Sencha Touch 2, Nested XML Analysis NodeValue
  • Add a separation line and format XML content
  • Is there a norm of simplified XML subsets?
  • Look at it when you write React
  • ReactJS – Present React Redux React-Router App to add the server to the Firebase hosted by the Firebase
Categories
  • Android
  • Apache
  • Apache Kafka
  • Asp
  • Auto-Test
  • Automated Build
  • Aws
  • Bitcoin
  • Browser
  • C & C++
  • C#
  • Centos
  • Cgi
  • Character
  • Cloud Service
  • Cocos2dx
  • Cordova
  • CSS
  • Data Structure
  • Delphi
  • Design Pattern
  • Dojo
  • Dubbo
  • ELK
  • Flex
  • football
  • Game
  • Hadoop
  • Hibernate
  • HTML
  • Hybrid
  • Intel
  • IOS
  • Ipad
  • iPhone
  • Java
  • Javascript
  • Jetty
  • JQuery
  • Jsp
  • Linux
  • Load Balance
  • Lua
  • Macbook
  • Macos
  • Mathematics
  • Micro Services
  • Monitoring
  • Motherboard
  • Mysql
  • Network Hardware
  • Network Marketing
  • Nginx
  • NodeJs
  • Nosql
  • Oracle
  • Os Theory
  • Performance
  • PHP
  • Postgresql
  • Power Designer
  • React
  • Redis
  • Regexp
  • Rom
  • Rss
  • Ruby
  • Search Engines
  • Shell Script
  • Silicon Valley
  • Silverlight
  • Software Design
  • Spring
  • Sql
  • Sqlite
  • Sqlserver
  • Storage
  • Storm
  • Surface
  • SVN
  • Swift
  • System Architecture
  • Tablet
  • Uncategorized
  • Unix
  • Visual Basic
  • Visual Studio
  • Web Crawler
  • WebService
  • Windows
  • Wireless
  • XML
  • ZooKeeper
Archives
  • October 2021
  • September 2021
  • August 2021
  • May 2021
  • April 2021
  • September 2020
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
© Simon Technology Blog 2025 • ThemeCountry Powered by WordPress