Igor Sysoev | e503539 | 2005-08-30 10:55:07 +0000 | [diff] [blame] | 1 | |
Igor Sysoev | 8f12558 | 2006-07-28 15:16:17 +0000 | [diff] [blame] | 2 | geo2nginx.pl by Andrei Nigmatulin |
Igor Sysoev | e503539 | 2005-08-30 10:55:07 +0000 | [diff] [blame] | 3 | |
Igor Sysoev | 8f12558 | 2006-07-28 15:16:17 +0000 | [diff] [blame] | 4 | The perl script to convert CSV geoip database ( free download |
| 5 | at http://www.maxmind.com/app/geoip_country ) to format, suitable |
| 6 | for use by the ngx_http_geo_module. |
| 7 | |
| 8 | |
| 9 | unicode2nginx by Maxim Dounin |
| 10 | |
| 11 | The perl script to convert unicode mappings ( available |
| 12 | at http://www.unicode.org/Public/MAPPINGS/ ) to the nginx |
| 13 | configuration file format. |
| 14 | Two generated full maps for windows-1251 and koi8-r. |
| 15 | |