Skip to content

ideal/ngx_http_auto_keepalive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ngx_http_auto_keepalive

This module disables keepalive automatically when the http requests are for iso, zip, gz ... files and have refers, e.g. when they are directed from official site to mirror.bjtu.edu.cn to download a software package. In this situation, we need not to still keep-alive for these requests.

Installation Instructions

Build and install by running in nginx directory:

./configure --add-module=/path/to/ngx_http_auto_keepalive

Configuration

In main, server or location config:

    keepalive_autoclose on;
    autoclose_filetypes ".iso .zip";

About

nginx module to auto disable keepalive in some situations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages