From 295fb63600f56e6274ac2c857b85b4846223c48f Mon Sep 17 00:00:00 2001 From: Zoey Date: Thu, 14 Dec 2023 06:36:10 +0100 Subject: [PATCH] add --with-http_stub_status_module Signed-off-by: Zoey --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 23696d9..70e99a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -89,6 +89,7 @@ RUN cd /src/nginx && \ --with-http_addition_module \ --with-http_gzip_static_module \ --with-http_auth_request_module \ + --with-http_stub_status_module \ --add-module=/src/ngx_brotli \ --add-module=/src/ngx-fancyindex \ --add-module=/src/headers-more-nginx-module \