macbre / docker-nginx-http3

Stable and up-to-date root-less nginx with quic + http/3, google brotli compression, njs, GeoIP2, and Grade A+ SSL config
https://hub.docker.com/r/macbre/nginx-http3
161 stars 53 forks source link

Make sure that dynamic modules can be loaded #43

Closed macbre closed 3 years ago

macbre commented 3 years ago

nginx.conf:

load_module modules/ngx_http_geoip_module.so;
#24 0.209 nginx: [emerg] dlopen() "/etc/nginx/modules/ngx_http_geoip_module.so" failed (Dynamic loading not supported) in /etc/nginx/nginx.conf:1

See #40