Nginx 负载均衡 round-robin

使用Nginx实现负载均衡配置,指定上游服务器地址的 指令upstream 和server . Syntax: […]...

Nginx upstream keepalive上连接

Nginx 对上游服务器使用keepalive长连接。 功能:通过服用连接,降低nginx与上游服务器建立,关 […]...

Nginx GeoIP模块

GeoIP模块,默认未编译进Nginx,需要通过–with-http_geoip_module禁用 […]...

Nginx Geo模块

Geo模块:默认编译进Nginx , 通过–without-http_geo_module禁用。 […]...

Nginx map模块

Map模块,通过映射新变量提供更多的可能性;ngx_http_map_module, 默认已编译进nginx […]...

Nginx referer模块

referer模块默认已编译进Nginx , 通过 –without-http_referer_m […]...

Nginx 变量示例

Nginx变量配置示例 server { listen 9090; server_name localhost […]...

Nginx 系统变量

time_local:以本地时间标准输出的当前时间,例如 05/Apr/2019:18:29:35 +0800 […]...