/docker-entrypoint.sh: Configuration complete; ready for start up
2024/09/21 17:37:57 [emerg] 1#1: module "/etc/nginx/modules/ngx_http_geoip2_module.so" version 1022001 instead of 1024000 in /etc/nginx/nginx.conf:1
nginx: [emerg] module "/etc/nginx/modules/ngx_http_geoip2_module.so" version 1022001 instead of 1024000 in /etc/nginx/nginx.conf:1
all i did is install the module in alpine and then load the module in nginx config
/docker-entrypoint.sh: Configuration complete; ready for start up
2024/09/21 17:40:15 [emerg] 1#1: module "/etc/nginx/modules/ngx_http_geoip2_module.so" version 1022001 instead of 1024000 in /etc/nginx/nginx.conf:1
nginx: [emerg] module "/etc/nginx/modules/ngx_http_geoip2_module.so" version 1022001 instead of 1024000 in /etc/nginx/nginx.conf:1
I am getting this error when trying to use geoip2
all i did is install the module in alpine and then load the module in nginx config
apk --no-cache add nginx-mod-http-geoip2
and then in
nginx.conf
filewhen i check the container i see
so what is going on why am i getting the error