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 configuration reverse agent

1. Preface Reverse proxy function Hide server information -> to ensure the security of the internal network, usually the reverse proxy is used as the public network access address, and the web server is the internal network, that is, through nginx configures the external network to access the web server intranet

October 13, 2021By Simo Nginx Agent, configuration, nginx, ReverseLeave a Comment

NGINX LOCATION Details

Source: https://www.cnblogs.com/xiaoliangup/p/9175932.html

Nginx HTTP configuration mainly includes three Blocks, the structure is as follows:
http {//This is the protocol level
  include m

October 13, 2021By Simo Nginx detailed, Directive, location, nginxLeave a Comment

Nginx configuration multiple TLS certificates, as well as TLS SNI

Background The official domain name filed for the original application was approved, and the TLS certificate was also applied for. The temporary domain name and certificate used before are used as

October 13, 2021By Simo NginxLeave a Comment

Nginx deeper -Rewrite

Scenario advantages: URL access redirection, compatible support,   SEO optimization,    background maintenance, traffic forwarding,   safe

Syntax:

Syntax:    rewrite   regex (regex式)  r

October 13, 2021By Simo Nginx in-depth, nginx, rewriteLeave a Comment

Nginx load balancing

Nginx Load Balancing Configuration Scenario Nginx The proxy_pass proxy module is used to implement load balancing Core configuration, forward the client request proxy to a set of upstream virtual s

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

Expires in nginx.conf will cause errors on Ubuntu, but no errors on OSX

My nginx.conf is using local (OSX), but it throws an error on prod (Ubuntu)

Full file: https:// github.com/thomasdane/partywave/blob/master/nginx.conf

But the relevant part is:

#

October 13, 2021By Simo Nginx CONF, error, EXPIRES, nginx, Nginx.conf, not, OSX, trigger, UbuntuLeave a Comment

Introduction to Nginx

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 Introduction, nginxLeave a Comment

Provide 404 documentation with NGINX relative to the current path

I have the following server blocks:

server {
listen 80;
server_name petpal. co.il;
root /usr/share/nginx/petpal;
index index.php;
location / {
try_files $uri $uri/ @extensionless-php;<

October 13, 2021By Simo Nginx Current, Document, nginx, path, providing, relative toLeave a Comment

Returns 503 in Nginx to get a POST request

I have a simple configuration file for customizing the 503 error page during maintenance. The relevant part is like this:

The problem is found by Nginx Any request is parsed in a static file.

October 13, 2021By Simo Nginx Get, middle, nginx, POST, Request, returnLeave a Comment

Nginx – use multiple Docker containers in a single host

I have a physical server running Nginx, MySQL, and serving my PHP website. The server has a multi-core processor with 16 GB RAM. This server can handle a certain amount of Web Traffic.

Now in

October 13, 2021By Simo Nginx container, Docker, Effective, host, in, multiple, nginx, single, useLeave a Comment

Posts navigation

Page 1 … Page 5 Page 6 Page 7 … 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