diff --git a/Dockerfile b/Dockerfile index f1ed1ff..24d15fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -80,6 +80,7 @@ RUN cd /src/nginx && \ --with-stream_ssl_module \ --with-stream_ssl_preread_module \ --with-stream_geoip_module \ + --with-stream_realip_module \ --with-http_v2_module \ --with-http_v3_module \ --with-http_ssl_module \