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
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.
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
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
1. Static resource type Nginx as a static resource Web server deployment configuration, transmission is very High efficiency, often used for static resource processing, request, dynamic and static
1.1nginx basic introduction 1. The principle of nginx high concurrency (multi-process + epool achieves high concurrency) 1. After Nginx is started, there will be a master process and multiple inde
On the hosted Ubuntu VM, I run nginx of http and https, and I can access those using public IP from the VM:
< /p> curl http://159.203.0.5 Performing the same operation outside the VM failed-c
Based on the domain name##nginx number of concurrent connections processes multiplied by connection
## worker_processes number of service processes, generally the same as the cpu core
worker_proces
Docker configuration Nginx uwsgi configuration, the following experiments share the same uwsgi, only fine-tuning
Preparation: server ssl Certificate, the front-end and back-end must have a ce
The last article wrote the “expect script for fast login vsftpd”
https://blog.51cto.com/amunlinux/2426471
This article talks about nginx as a download server , Vsftpd as a combination of up
Nginx+Lua’s secure waf firewall
Take a look at what others have written: https://github.com/loveshell/ngx_lua_waf
First install git: yum -y install git
Execute under /opt/download
Nginx is http server software like Apache. The difference between them is that Apache’s processing speed is slow and consumes memory resources, while nginx is the opposite. Functionally, all Apache