This docker image is nginx with ip2proxy http module
Nginx with IP2Proxy HTTP Module
Configuration
Syntax : ip2proxy
Value : on | off
Default : off
Context : http, server, location
Description : Enable of disable IP2Proxy module.
Syntax : ip2proxy_database
Value : [Absolute path to IP2Proxy database]
Default : none
Context : http, server, location
Description : The absolute path to IP2Proxy BIN database file.
Syntax : ip2proxy_access_type
Value : file_io | shared_memory | cache_memory
Default : file_io
Context : http, server, location
Description : Define the lookup mode for best performance practice.
Syntax : ip2proxy_reverse_proxy
Value : on | off
Default : off
Context : http, server, location
Description : Detect X-Forwareded-For header for actual visitor IP if Nginx is behind a reverse proxy.