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.

Nginx Basic Configuration

The basic configuration is as follows:

user www www;
worker_processes auto; #Generally the default is 1, but it can also be the number of cpu, or auto, automatically adjusted

#error_log l

October 13, 2021By Simo Nginx Basic, configuration, nginxLeave a Comment

Nginx Configuring HTTPS Forward HTTP, WebSocket

After the system starts Nginx, it reports [emerg] bind() to 0.0.0.0:XXXX failed (13: Permission denied). There are two ways to handle the error:

The first type: the case where the port is les

October 13, 2021By Simo Nginx configuration, forwarding, HTTP, https, nginx, WebSocketLeave a Comment

Nginx is moving quietly

//default dynamic, static directly find the set static, upload find upload
upstream static_pools {
server 10.0.0.9:80 weight=1;
}
upstream upload_pools {
server 10.0.0.10:80 weight=1;
}
ups

October 13, 2021By Simo Nginx Moving, nginx, separationLeave a Comment

Nginx makes a proxy

0 View log tail -f /var/log/nginx/access.log

1.Nginx proxy configuration syntax

Syntax: proxy_pass URL;Default : —Context: location, if in location, limit_excepthttp://localhost:8000/ur

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

What is the problem with this configuration nginx as the reverse agent of Node.js?

I have a personal domain name running on a VPS. I want to set nginx as a reverse proxy for node.js applications, but it doesn’t work. Anyone can take a look My configuration and tell me what I did

October 13, 2021By Simo Nginx As, configuration, JS, nginx, Node, Node.js, problem, proxy, Reverse, This, whatLeave a Comment

Nginx common command and docker nginx common command

Deploy nginx
nginx #Open nginx
nginx -t #Test the configuration file for syntax errors< br>nginx -s reopen #restart Nginx
nginx -s reload #Reload the Nginx configuration file, and then restart Ngi

October 13, 2021By Simo Nginx Command, common, Docker, nginxLeave a Comment

Using nginx, how do I run SSI on the page returned from another server?

I am trying nginx. I want to use it to perform the following operations:

>Retrieve pages containing some SSI commands from server1
> Process SSI commands and finally include content from serv

October 13, 2021By Simo Nginx How, nginx, one, page, return, running, server, SSI, UsingLeave a Comment

Nginx-load balancing

As mentioned in the article on high-concurrency load balancing, when companies solve high-concurrency problems, they generally have two processing strategies. Software, hardware, and hardware add l

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

Nginx reverse proxy and load balancing introduction

The production of Nginx Have you heard of Nginx? Then you must have heard of its “peer” Apache! Nginx is a kind of WEB server like Apache. Based on the REST architecture style, using Uniform Resour

October 13, 2021By Simo Nginx balance, Introduction, load, nginx, proxy, ReverseLeave a Comment

[Nginx] nginx configuration json format log

nginx.conf module configuration log_format:

After configuration, perform the following format verification: ../ sbin/nginx -t

After the verification is successful, reload the configuration: ../sbin/nginx -s reload

The log is shown as follows:

October 13, 2021By Simo Nginx configuration, Format, JSON, log, nginxLeave a Comment

Posts navigation

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