一、Nginx是什么? 1.介绍 Nginx是一个高性能的HTTP和反向代理服务器,也是一个IMAP/POP3/SMTP代理服务器。 Nginx是一款轻量级的Web服务器/反向代理服务器以及电子邮件代理服务器,并在一个BSD-like协议下发行。由俄罗斯的程序设计师lgor Sysoev所开发,供俄国大型的入口网站及搜索引擎Rambler使用。其特点是占有内存少,并发能力强,事实上nginx的并发
安装G01的时候,G01会自动适配nginx版本,使用我们已经预编译好的包含防护模块的nginx文件替换掉您当前系统中使用的nginx文件。卸载时,会将备份的系统原始nginx文件替换回来。因此,G01可保护使用nginx搭建的网站,开创了这个领域的先河。 当nginx更新或用户的nginx添加(--add-moudel)了第三方模块时需要用户手工加载G01的防护模块进行防护。通常在安装时G01会
This module adds cross-site AJAX support to nginx. Currently only cross-site GET is supported. The cross-site GET is currently implemented as JSONP (or "JSON with padding"). See http://en.wikipedia.or
This module provides a transparent caching layer for arbitrary nginx locations (like those use an upstream or even serve static disk files). Usually, the Memc Nginx Module is used together with this m
This module adds various set_xxx directives added to Nginx's rewrite module (MD5/SHA1, SQL/JSON quoting, and many more). Every directive provided by this module can be mixed freely with other nginx re
This is an Nginx upstream module that makes nginx talk to a redis 2.x server in a non-blocking way. The full Redis 2.0 unified protocol has been implemented including the redis pipelining support. Thi
This is an Nginx upstream module that makes nginx talk to a redis 2.x server in a non-blocking way. It has a similar interface with the standard ngx_memcached module, but only Redis GET and SELECT com
This is an output filter module that formats Resty DBD Streams (RDS) generated by ngx_drizzle and others to JSON streams. Project page: http://github.com/agentzh/rds-json-nginx-module
This Nginx module implements an efficient output filter that converts Resty-DBD-Streams (RDS) generated by Drizzle Nginx Module and Postgres Nginx Module to Comma-Separated Values (CSV) format in a st
This Nginx C module exposes a Lua API to Lua Nginx Module for classic Nginx upstreams. Documentation: https://github.com/agentzh/lua-upstream-nginx-module Project page: https://github.com/agentzh/lua-
This module embeds the Lua interpreter or LuaJIT into the nginx core and integrates the powerful Lua threads (aka Lua coroutines) into the nginx event model by means of nginx subrequests. Unlike Apach
The NDK is an Nginx module that is designed to extend the core functionality of the excellent Nginx webserver in a way that can be used as a basis of other Nginx modules. Project page: https://github.
This module extends the standard memcached module to support almost the whole memcached ascii protocol. It allows you to define a custom REST interface to your memcached servers or access memcached in
This module allows you to add, set, or clear any response or request headers that you specify. This is an enhanced version of the standard headers module because it provides more utilities like resett
This is an Nginx module that reads HTTP POST and PUT request body encoded in "application/x-www-form-urlencoded", and parse the arguments in request body into Nginx variables. Project page: https://gi