Skip to content

A nginx module that creates variables with location info from QQWry

Notifications You must be signed in to change notification settings

ayuer/ngx_http_qqwry_module

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ngx_http_qqwry_module

A ngnix module that creates variables with location info from QQWry.

Install

$ git clone git://github.com/anjuke/ngx_http_qqwry_module.git

$ cd /path/to/nginx_source/
$ ./configure --add-module=/path/to/ngx_http_qqwry_module/
$ make
$ sudo make install

$ sudo cp qqwry-utf8.dat $nginx_installed/conf/

Configure

http {
    qqwry $qqwry_loc conf/qqwry-utf8.dat;
    ...
}

Or http { qqwry $remote_addr $qqwry_loc conf/qqwry-utf8.dat; ... }

About

A nginx module that creates variables with location info from QQWry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published