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

Category: Nginx

Nginx (“engine x”) is a high-performance HTTP and reverse proxy server, as well as an IMAP/POP3/SMTP server. Nginx was developed by Igor Sysoev for the second most visited site in Russia, Rambler.ru. The first public version 0.1.0 was released on October 4, 2004. It releases the source code in the form of a BSD-like license, which is known for its stability, rich feature set, sample configuration files and low system resource consumption. On June 1, 2011, nginx 1.0.4 was released. Nginx is a lightweight web server/reverse proxy server and email (IMAP/POP3) proxy server, and is issued under a BSD-like protocol. Developed by Russian programmer Igor Sysoev, it is used by the Russian large-scale portal and search engine Rambler (Russian: Рамблер). Its characteristic is that it occupies less memory and has strong concurrency.

Build an RTMP live stream server

Recently, the project is quite intense, so I don’t have much time to write a blog. I just happened to be fine these days, so I quickly record what I have learned recently.

Server environment<

October 13, 2021By Simo Nginx build, Flow, live, RTMP, serverLeave a Comment

Use Nginx’s Django REST framework absolute URL always returns 127.0.0.1

I use gunicorn/django (using django-rest-framework) behind nginx to run the application, and when using hyperlinkedmodelserializer, I have a little problem with the url return using the rest of the

October 13, 2021By Simo Nginx 127.0.0.1, Absolute, always return, Django, frame, nginx, REST, URL, useLeave a Comment

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

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

Configuration – contain environment variables in the UWSGI INI file?

I am using .ini files (according to uWSGI docs). Using environment variables is a good practice, but I cannot make the $environment name syntax work. Can I use special syntax to access them?<

October 13, 2021By Simo Nginx configuration, environment, file, included, INI, Medium, UWSGI, variableLeave a Comment

Posts navigation

Page 1 Page 2 Page 3 Page 4 … 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