09 2016 档案
摘要:nginx first decides which server should process the request. Let’s start with a simple configuration where all three virtual servers listen on port *:
阅读全文
摘要:Pre-Built Packages for Stable version To set up the yum repository for RHEL/CentOS, create the file named /etc/yum.repos.d/nginx.repo with the followi
阅读全文
摘要:Directives(指令) Syntax(语法): aio on | off | threads[=pool]; Default: aio off; Context: http, server, location This directive appeared in version 0.8.11.
阅读全文
摘要:Example Configuration:例子配置文件Directives 指令 index 首页 The ngx_http_index_module module processes requests ending with the slash character (‘/’). Such req
阅读全文
摘要:This guide gives a basic introduction to nginx and describes some simple tasks that can be done with it. 这个向导给了对Nginx的基本介绍和如何用nginx工作的一些简单任务。 It is su
阅读全文
摘要:Building nginx from Sources(从源代码安装nginx) The build is configured using the configure command. 安装用配置命令 It defines various aspects of the system, includ
阅读全文